diff options
| author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-05-15 10:52:33 -0400 |
|---|---|---|
| committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-05-15 10:52:39 -0400 |
| commit | c7a8548ffa0a2cf6313fe8b3bb4b4a199a9a080f (patch) | |
| tree | c4ca6bf1dfb35b679c1d265c114a08fb3b4409d4 | |
| parent | 3cb2cea15e707dd030b3293d6d08183da369d291 (diff) | |
[S390] blacklist.c: removed duplicated include
Removed duplicated include <asm/cio.h>
in drivers/s390/cio/blacklist.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
| -rw-r--r-- | drivers/s390/cio/blacklist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/cio/blacklist.c b/drivers/s390/cio/blacklist.c index 9c21b8f43f9b..a4a5f2efea48 100644 --- a/drivers/s390/cio/blacklist.c +++ b/drivers/s390/cio/blacklist.c | |||
| @@ -19,7 +19,6 @@ | |||
| 19 | 19 | ||
| 20 | #include <asm/cio.h> | 20 | #include <asm/cio.h> |
| 21 | #include <asm/uaccess.h> | 21 | #include <asm/uaccess.h> |
| 22 | #include <asm/cio.h> | ||
| 23 | 22 | ||
| 24 | #include "blacklist.h" | 23 | #include "blacklist.h" |
| 25 | #include "cio.h" | 24 | #include "cio.h" |
