aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/com20020_cs.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2015-05-05 10:05:51 -0700
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2015-09-23 08:44:23 +0200
commit5e7ef9134ce1b8ae8d686ce08b9746b32535964d (patch)
treea55a1eb187df7c70368056c9981657fbfbd9a70e /drivers/net/arcnet/com20020_cs.c
parentarcnet: Coalesce string fragments (diff)
downloadlinux-dev-5e7ef9134ce1b8ae8d686ce08b9746b32535964d.tar.xz
linux-dev-5e7ef9134ce1b8ae8d686ce08b9746b32535964d.zip
arcnet: Use include/linux path for asm
Use the preferred kernel include path for asm paths. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Diffstat (limited to 'drivers/net/arcnet/com20020_cs.c')
-rw-r--r--drivers/net/arcnet/com20020_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/arcnet/com20020_cs.c b/drivers/net/arcnet/com20020_cs.c
index 532410bb3dd8..437b456afe68 100644
--- a/drivers/net/arcnet/com20020_cs.c
+++ b/drivers/net/arcnet/com20020_cs.c
@@ -45,7 +45,7 @@
#include <pcmcia/cistpl.h>
#include <pcmcia/ds.h>
-#include <asm/io.h>
+#include <linux/io.h>
#define VERSION "arcnet: COM20020 PCMCIA support loaded.\n"