mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 14:14:54 +00:00
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>
This commit is contained in:
parent
18e83e4cd1
commit
783b6bb66d
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue