From: Ben Hutchings Date: Thu, 5 Jan 2012 19:09:24 +0000 (+0000) Subject: sfc: Remove unnecessary inclusion of , prompted by checkpatch X-Git-Tag: firefly_0821_release~3680^2~3338^2~452^2~27 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=783b6bb66d4289826b3d022ad7b8ac3666951bb6;p=firefly-linux-kernel-4.4.55.git sfc: Remove unnecessary inclusion of , prompted by checkpatch Fix the warning: WARNING: Use #include instead of There is no need for selftest.c to include the file at all. Signed-off-by: Ben Hutchings --- diff --git a/drivers/net/ethernet/sfc/selftest.c b/drivers/net/ethernet/sfc/selftest.c index 17ff9b399957..5226d9857f30 100644 --- a/drivers/net/ethernet/sfc/selftest.c +++ b/drivers/net/ethernet/sfc/selftest.c @@ -19,7 +19,6 @@ #include #include #include -#include #include "net_driver.h" #include "efx.h" #include "nic.h"