Remove the include of <mach/hardware.h>, as no definitions from it are used by the OHCI driver. Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx> Index: linux.git/drivers/usb/host/ohci-s3c2410.c =================================================================== --- linux.git.orig/drivers/usb/host/ohci-s3c2410.c 2009-01-29 22:41:17.000000000 +0000 +++ linux.git/drivers/usb/host/ohci-s3c2410.c 2009-02-24 20:33:14.000000000 +0000 @@ -22,7 +22,6 @@ #include <linux/platform_device.h> #include <linux/clk.h> -#include <mach/hardware.h> #include <plat/usb-control.h> #define valid_port(idx) ((idx) == 1 || (idx) == 2) -- Ben (ben@xxxxxxxxx, http://www.fluff.org/) 'a smiley only costs 4 bytes' -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html