usb: Prepare cleanup of powerpc's asm/prom.h

Bugzilla: http://bugzilla.redhat.com/2084667
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=46653455
Tested: HP ZBook 15 G5/80D5 Laptop

commit eafc69a488111aa3b18794602ecc52acbef84288
Author: Christophe Leroy <christophe.leroy@csgroup.eu>
Date:   Fri Apr 15 10:34:12 2022 +0200

    usb: Prepare cleanup of powerpc's asm/prom.h

    powerpc's asm/prom.h brings some headers that it doesn't
    need itself.

    In order to clean it up in a further step, first clean all
    files that include asm/prom.h

    Some files don't need asm/prom.h at all. For those ones,
    just remove inclusion of asm/prom.h

    Some files don't need any of the items provided by asm/prom.h,
    but need some of the headers included by asm/prom.h. For those
    ones, add the needed headers that are brought by asm/prom.h at
    the moment, then remove asm/prom.h

    Some files really need asm/prom.h but also need some of the
    headers included by asm/prom.h. For those one, leave asm/prom.h
    but also add the needed headers so that they can be removed
    from asm/prom.h in a later step.

    Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
    Link: https://lore.kernel.org/r/295e87a3094a92784657f7060fb0927e762a2e3c.1650011506.git.christophe.leroy@csgroup.eu
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Torez Smith <torez@redhat.com>
This commit is contained in:
Torez Smith 2022-07-25 11:48:36 -04:00
parent 786c5b73df
commit b135eee805
2 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@
#ifdef CONFIG_PPC_PMAC
#include <asm/machdep.h>
#include <asm/pmac_feature.h>
#include <asm/prom.h>
#endif
#include "usb.h"

View File

@ -19,9 +19,6 @@
#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <asm/prom.h>
static int
ohci_ppc_of_start(struct usb_hcd *hcd)
{