diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-05 23:09:24 +0400 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2012-01-09 21:08:15 +0400 |
commit | 783b6bb66d4289826b3d022ad7b8ac3666951bb6 (patch) | |
tree | bb23ef84b44ae726253e428ad8485f6966cc0282 /drivers/net/ethernet/sfc/selftest.c | |
parent | 18e83e4cd144e30fb38bf1f714914182c6c8bced (diff) | |
download | linux-783b6bb66d4289826b3d022ad7b8ac3666951bb6.tar.xz |
sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatch
Fix the warning:
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
There is no need for selftest.c to include the file at all.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/selftest.c')
-rw-r--r-- | drivers/net/ethernet/sfc/selftest.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/udp.h> #include <linux/rtnetlink.h> #include <linux/slab.h> -#include <asm/io.h> #include "net_driver.h" #include "efx.h" #include "nic.h" |