aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/device.h')
-rw-r--r--arch/s390/include/asm/device.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/s390/include/asm/device.h b/arch/s390/include/asm/device.h
index d8f9872b0e2d..4a9f35e0973f 100644
--- a/arch/s390/include/asm/device.h
+++ b/arch/s390/include/asm/device.h
@@ -3,5 +3,9 @@
*
* This file is released under the GPLv2
*/
-#include <asm-generic/device.h>
+struct dev_archdata {
+ struct dma_map_ops *dma_ops;
+};
+struct pdev_archdata {
+};