summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/device.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2017-05-12 12:57:40 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-06-12 16:25:57 +0200
commit6c386da799078fddb482bc5c1ab6a62c9a360e4e (patch)
tree57635f7d02ca58e15ae316c9adcd153a152a9de2 /arch/s390/include/asm/device.h
parent7a003637923e9b127dec84fd55b67f4c2c900684 (diff)
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.h10
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 {
-};