The PNX8550 OHCI is a platform device so we better include the necessary headers. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> 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>