diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-parisc/parisc-device.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-parisc/parisc-device.h b/include/asm-parisc/parisc-device.h index 1d247e32a608..e12624d8941d 100644 --- a/include/asm-parisc/parisc-device.h +++ b/include/asm-parisc/parisc-device.h | |||
@@ -1,3 +1,6 @@ | |||
1 | #ifndef _ASM_PARISC_PARISC_DEVICE_H_ | ||
2 | #define _ASM_PARISC_PARISC_DEVICE_H_ | ||
3 | |||
1 | #include <linux/device.h> | 4 | #include <linux/device.h> |
2 | 5 | ||
3 | struct parisc_device { | 6 | struct parisc_device { |
@@ -57,3 +60,5 @@ parisc_get_drvdata(struct parisc_device *d) | |||
57 | } | 60 | } |
58 | 61 | ||
59 | extern struct bus_type parisc_bus_type; | 62 | extern struct bus_type parisc_bus_type; |
63 | |||
64 | #endif /*_ASM_PARISC_PARISC_DEVICE_H_*/ | ||