Skip to content

Commit

Permalink
[S390] qeth: avoid use of include/asm-s390
Browse files Browse the repository at this point in the history
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: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Martin Schwidefsky committed Aug 1, 2008
1 parent fc7e1e4 commit ab4227c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/s390/net/qeth_core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab4227c

Please sign in to comment.