diff options
Diffstat (limited to 'include/asm-sparc/device.h')
-rw-r--r-- | include/asm-sparc/device.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/include/asm-sparc/device.h b/include/asm-sparc/device.h index d8f9872b0e2d..4a56d84d69c4 100644 --- a/include/asm-sparc/device.h +++ b/include/asm-sparc/device.h | |||
@@ -3,5 +3,17 @@ | |||
3 | * | 3 | * |
4 | * This file is released under the GPLv2 | 4 | * This file is released under the GPLv2 |
5 | */ | 5 | */ |
6 | #include <asm-generic/device.h> | 6 | #ifndef _ASM_SPARC_DEVICE_H |
7 | #define _ASM_SPARC_DEVICE_H | ||
8 | |||
9 | struct device_node; | ||
10 | struct of_device; | ||
11 | |||
12 | struct dev_archdata { | ||
13 | struct device_node *prom_node; | ||
14 | struct of_device *op; | ||
15 | }; | ||
16 | |||
17 | #endif /* _ASM_SPARC_DEVICE_H */ | ||
18 | |||
7 | 19 | ||