diff options
Diffstat (limited to 'arch/parisc/include/asm/hardware.h')
-rw-r--r-- | arch/parisc/include/asm/hardware.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/hardware.h b/arch/parisc/include/asm/hardware.h index 4e9626836bab..036e70310fcd 100644 --- a/arch/parisc/include/asm/hardware.h +++ b/arch/parisc/include/asm/hardware.h | |||
@@ -95,12 +95,14 @@ struct bc_module { | |||
95 | #define HPHW_MC 15 | 95 | #define HPHW_MC 15 |
96 | #define HPHW_FAULTY 31 | 96 | #define HPHW_FAULTY 31 |
97 | 97 | ||
98 | struct parisc_device_id; | ||
98 | 99 | ||
99 | /* hardware.c: */ | 100 | /* hardware.c: */ |
100 | extern const char *parisc_hardware_description(struct parisc_device_id *id); | 101 | extern const char *parisc_hardware_description(struct parisc_device_id *id); |
101 | extern enum cpu_type parisc_get_cpu_type(unsigned long hversion); | 102 | extern enum cpu_type parisc_get_cpu_type(unsigned long hversion); |
102 | 103 | ||
103 | struct pci_dev; | 104 | struct pci_dev; |
105 | struct hardware_path; | ||
104 | 106 | ||
105 | /* drivers.c: */ | 107 | /* drivers.c: */ |
106 | extern struct parisc_device *alloc_pa_dev(unsigned long hpa, | 108 | extern struct parisc_device *alloc_pa_dev(unsigned long hpa, |