diff options
author | 2008-05-23 16:37:58 +1000 | |
---|---|---|
committer | 2008-07-21 15:16:22 -0700 | |
commit | 554cc171e3b08a0cecd5cf7c0c38f66c43f76b39 (patch) | |
tree | d10d8920bed0f69ddd3afd67c254110babe61110 | |
parent | USB: sisusb: Push down the BKL (diff) | |
download | linux-dev-554cc171e3b08a0cecd5cf7c0c38f66c43f76b39.tar.xz linux-dev-554cc171e3b08a0cecd5cf7c0c38f66c43f76b39.zip |
USB: ohci-ppc-of: use linux/of_platform.h instead of asm
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/host/ohci-ppc-of.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-ppc-of.c b/drivers/usb/host/ohci-ppc-of.c index a67252791223..91e6e101a4cc 100644 --- a/drivers/usb/host/ohci-ppc-of.c +++ b/drivers/usb/host/ohci-ppc-of.c @@ -14,8 +14,8 @@ */ #include <linux/signal.h> +#include <linux/of_platform.h> -#include <asm/of_platform.h> #include <asm/prom.h> |