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: v3.4-rc1~177^2~452^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=783b6bb66d4289826b3d022ad7b8ac3666951bb6;p=karo-tx-linux.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"