aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-01-05 14:09:24 -0500
committerBen Hutchings <bhutchings@solarflare.com>2012-01-09 12:08:15 -0500
commit783b6bb66d4289826b3d022ad7b8ac3666951bb6 (patch)
treebb23ef84b44ae726253e428ad8485f6966cc0282 /drivers
parent18e83e4cd144e30fb38bf1f714914182c6c8bced (diff)
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')
-rw-r--r--drivers/net/ethernet/sfc/selftest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/selftest.c b/drivers/net/ethernet/sfc/selftest.c
index 17ff9b39995..5226d9857f3 100644
--- a/drivers/net/ethernet/sfc/selftest.c
+++ b/drivers/net/ethernet/sfc/selftest.c
@@ -19,7 +19,6 @@
19#include <linux/udp.h> 19#include <linux/udp.h>
20#include <linux/rtnetlink.h> 20#include <linux/rtnetlink.h>
21#include <linux/slab.h> 21#include <linux/slab.h>
22#include <asm/io.h>
23#include "net_driver.h" 22#include "net_driver.h"
24#include "efx.h" 23#include "efx.h"
25#include "nic.h" 24#include "nic.h"