Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 783b6bb6 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

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: default avatarBen Hutchings <bhutchings@solarflare.com>
parent 18e83e4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"