aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/device.h')
-rw-r--r--include/asm-generic/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-generic/device.h b/include/asm-generic/device.h
index c17c9600f220..d7c76bba640d 100644
--- a/include/asm-generic/device.h
+++ b/include/asm-generic/device.h
@@ -9,4 +9,7 @@
9struct dev_archdata { 9struct dev_archdata {
10}; 10};
11 11
12struct pdev_archdata {
13};
14
12#endif /* _ASM_GENERIC_DEVICE_H */ 15#endif /* _ASM_GENERIC_DEVICE_H */