mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
sparc: fix sparse warnings in cpu_*.c
o declare variables from cpu_*.c o declare function from cpu_32.c To do this introduce a new header "kernel.h" which is local to kernel/ Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7e7e93a228
commit
53ae341926
6 changed files with 16 additions and 8 deletions
8
arch/sparc/kernel/kernel.h
Normal file
8
arch/sparc/kernel/kernel.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* cpu.c */
|
||||
extern const char *sparc_cpu_type;
|
||||
extern const char *sparc_fpu_type;
|
||||
|
||||
extern unsigned int fsr_storage;
|
||||
|
||||
extern void cpu_probe(void);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue