diff options
author | Joe Perches <joe@perches.com> | 2015-05-05 10:05:51 -0700 |
---|---|---|
committer | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2015-09-23 08:44:23 +0200 |
commit | 5e7ef9134ce1b8ae8d686ce08b9746b32535964d (patch) | |
tree | a55a1eb187df7c70368056c9981657fbfbd9a70e /drivers/net/arcnet/com90io.c | |
parent | 3b4e55510f3151cd906cd221f6fba5cb56b8cfed (diff) | |
download | talos-obmc-linux-5e7ef9134ce1b8ae8d686ce08b9746b32535964d.tar.gz talos-obmc-linux-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/com90io.c')
-rw-r--r-- | drivers/net/arcnet/com90io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/arcnet/com90io.c b/drivers/net/arcnet/com90io.c index 1742fa7c1e89..32333465327a 100644 --- a/drivers/net/arcnet/com90io.c +++ b/drivers/net/arcnet/com90io.c @@ -34,7 +34,7 @@ #include <linux/bootmem.h> #include <linux/init.h> #include <linux/interrupt.h> -#include <asm/io.h> +#include <linux/io.h> #include <linux/arcdevice.h> #define VERSION "arcnet: COM90xx IO-mapped mode support (by David Woodhouse et el.)\n" |