diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 16:37:58 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-21 15:16:22 -0700 |
commit | 554cc171e3b08a0cecd5cf7c0c38f66c43f76b39 (patch) | |
tree | d10d8920bed0f69ddd3afd67c254110babe61110 | |
parent | 49f1525546532139e0260ae19ab8012a2bfbd1f3 (diff) | |
download | op-kernel-dev-554cc171e3b08a0cecd5cf7c0c38f66c43f76b39.zip op-kernel-dev-554cc171e3b08a0cecd5cf7c0c38f66c43f76b39.tar.gz |
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 a672527..91e6e10 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> |