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>
This commit is contained in:
Joe Perches
2015-05-05 10:05:51 -07:00
committed by Michael Grzeschik
parent 3b4e55510f
commit 5e7ef9134c
7 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@
#include <linux/arcdevice.h>
#include <linux/com20020.h>
#include <asm/io.h>
#include <linux/io.h>
#define VERSION "arcnet: COM20020 ISA support (by David Woodhouse et al.)\n"