From: Jaswinder Singh Rajput Date: Sun, 20 Sep 2009 09:50:55 +0000 (+0530) Subject: includecheck fix: drivers/scsi, libfcoe.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=39558c8f8e4c48805e702340e1610961d922268a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git includecheck fix: drivers/scsi, libfcoe.c fix the following 'make includecheck' warning: drivers/scsi/fcoe/libfcoe.c: linux/netdevice.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: James Bottomley Cc: Sam Ravnborg LKML-Reference: <1247066936.4382.76.camel@ht.satnam> --- diff --git a/drivers/scsi/fcoe/libfcoe.c b/drivers/scsi/fcoe/libfcoe.c index 62a4c2026072..11ae5c94608b 100644 --- a/drivers/scsi/fcoe/libfcoe.c +++ b/drivers/scsi/fcoe/libfcoe.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include