diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2017-05-12 13:57:40 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-06-12 17:25:57 +0300 |
commit | 6c386da799078fddb482bc5c1ab6a62c9a360e4e (patch) | |
tree | 57635f7d02ca58e15ae316c9adcd153a152a9de2 /arch/s390/include/asm/device.h | |
parent | 7a003637923e9b127dec84fd55b67f4c2c900684 (diff) | |
download | linux-6c386da799078fddb482bc5c1ab6a62c9a360e4e.tar.xz |
s390: use two more generic header files
I missed at least these two header files where we can make use of the
generic ones. vga.h is another one, however that is already addressed
by a patch from Jiri Slaby.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/device.h')
-rw-r--r-- | arch/s390/include/asm/device.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/s390/include/asm/device.h b/arch/s390/include/asm/device.h deleted file mode 100644 index 5203fc87f080..000000000000 --- a/arch/s390/include/asm/device.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Arch specific extensions to struct device - * - * This file is released under the GPLv2 - */ -struct dev_archdata { -}; - -struct pdev_archdata { -}; |