The PNX8550 OHCI is a platform device so we better include the necessary
headers.

Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>

diff --git a/drivers/usb/host/ohci-pnx8550.c b/drivers/usb/host/ohci-pnx8550.c
index db9c5db..ed242e7 100644
--- a/drivers/usb/host/ohci-pnx8550.c
+++ b/drivers/usb/host/ohci-pnx8550.c
@@ -23,7 +23,7 @@
  * This file is licenced under the GPL.
  */
 
-#include <linux/device.h>
+#include <linux/platform_device.h>
 #include <asm/mach-pnx8550/usb.h>
 #include <asm/mach-pnx8550/int.h>
 #include <asm/mach-pnx8550/pci.h>


_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to