From: Wei Yongjun <[email protected]> Remove duplicated include.
Signed-off-by: Wei Yongjun <[email protected]> --- drivers/staging/octeon-usb/octeon-hcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c index b78bd19..39dc13d 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.c +++ b/drivers/staging/octeon-usb/octeon-hcd.c @@ -11,7 +11,6 @@ #include <linux/pci.h> #include <linux/interrupt.h> #include <linux/platform_device.h> -#include <linux/platform_device.h> #include <linux/usb.h> #include <asm/time.h> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

