Commit ab4227cb authored by Martin Schwidefsky's avatar Martin Schwidefsky

[S390] qeth: avoid use of include/asm-s390

The planned move of include/asm-s390 to arch/s390/include/asm
requires that all includes for asm headers use include/asm and
not include/asm-s390.
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent fc7e1e4b
......@@ -19,8 +19,8 @@
#include <linux/mii.h>
#include <linux/kthread.h>
#include <asm-s390/ebcdic.h>
#include <asm-s390/io.h>
#include <asm/ebcdic.h>
#include <asm/io.h>
#include <asm/s390_rdev.h>
#include "qeth_core.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment