mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 08:16:41 +07:00
parisc: add missing forward declarations in asm/hardware.h
Fixes this warnings: In file included from arch/parisc/include/asm/processor.h:15:0, from arch/parisc/include/asm/spinlock.h:4, from arch/parisc/include/asm/atomic.h:20, from include/linux/atomic.h:4, from arch/parisc/include/asm/bitops.h:11, from include/linux/bitops.h:22, from include/linux/kernel.h:19, from include/linux/sched.h:55, from arch/parisc/kernel/asm-offsets.c:31: arch/parisc/include/asm/hardware.h:106:10: warning: ‘struct hardware_path’ declared inside parameter list [enabled by default] arch/parisc/include/asm/hardware.h:106:10: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] arch/parisc/include/asm/hardware.h:116:59: warning: ‘struct hardware_path’ declared inside parameter list [enabled by default] arch/parisc/include/asm/hardware.h:118:47: warning: ‘struct hardware_path’ declared inside parameter list [enabled by default] arch/parisc/include/asm/hardware.h:119:57: warning: ‘struct hardware_path’ declared inside parameter list [enabled by default] Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1cab4201f0
commit
25fe853d2c
@ -95,12 +95,14 @@ struct bc_module {
|
|||||||
#define HPHW_MC 15
|
#define HPHW_MC 15
|
||||||
#define HPHW_FAULTY 31
|
#define HPHW_FAULTY 31
|
||||||
|
|
||||||
|
struct parisc_device_id;
|
||||||
|
|
||||||
/* hardware.c: */
|
/* hardware.c: */
|
||||||
extern const char *parisc_hardware_description(struct parisc_device_id *id);
|
extern const char *parisc_hardware_description(struct parisc_device_id *id);
|
||||||
extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
|
extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
|
||||||
|
|
||||||
struct pci_dev;
|
struct pci_dev;
|
||||||
|
struct hardware_path;
|
||||||
|
|
||||||
/* drivers.c: */
|
/* drivers.c: */
|
||||||
extern struct parisc_device *alloc_pa_dev(unsigned long hpa,
|
extern struct parisc_device *alloc_pa_dev(unsigned long hpa,
|
||||||
|
Loading…
Reference in New Issue
Block a user