diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-11-01 15:51:32 +0000 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-11-01 15:51:32 +0000 |
commit | 94b166a7cbc232df279e1f7d5a8acfb6b8d02d59 (patch) | |
tree | 5cf9a982d3ffe9fde7a1ac679eb994499c09f7f2 /drivers/usb/host/ohci-pxa27x.c | |
parent | 3aebf25bdcf030f3e4afeb9340486d5b46deb46e (diff) | |
parent | 1e4c85f97fe26fbd70da12148b3992c0e00361fd (diff) |
Merge branch 'master' of /home/src/linux-2.6/
Diffstat (limited to 'drivers/usb/host/ohci-pxa27x.c')
-rw-r--r-- | drivers/usb/host/ohci-pxa27x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c index f4a4aeda40b..59e20568e8f 100644 --- a/drivers/usb/host/ohci-pxa27x.c +++ b/drivers/usb/host/ohci-pxa27x.c @@ -21,6 +21,8 @@ #include <linux/device.h> #include <linux/signal.h> +#include <linux/platform_device.h> + #include <asm/mach-types.h> #include <asm/hardware.h> #include <asm/arch/pxa-regs.h> |