]> git.karo-electronics.de Git - karo-tx-linux.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)
commit783b6bb66d4289826b3d022ad7b8ac3666951bb6
treebb23ef84b44ae726253e428ad8485f6966cc0282
parent18e83e4cd144e30fb38bf1f714914182c6c8bced
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