]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatch
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 5 Jan 2012 19:09:24 +0000 (19:09 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Mon, 9 Jan 2012 17:08:15 +0000 (17:08 +0000)
commitc2eea27b0cf00c151cdad7eeb37de39a5672a238
treebb23ef84b44ae726253e428ad8485f6966cc0282
parent33aaa9cb6626747b15e9d97d0802a34a9e38ea66
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>
drivers/net/ethernet/sfc/selftest.c