diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-07 03:02:08 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-07 03:02:08 -0500 |
commit | 53ae341926b1238af3170f2f306f52a22430776c (patch) | |
tree | 6880ddd6b7e0e6bb317f05c1c2700c8f7ed0a445 /arch/sparc/kernel/setup_64.c | |
parent | 7e7e93a22851f7bf0cbb7cd70878ebd811e4a044 (diff) |
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>
Diffstat (limited to 'arch/sparc/kernel/setup_64.c')
-rw-r--r-- | arch/sparc/kernel/setup_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/setup_64.c b/arch/sparc/kernel/setup_64.c index c8b03a4f68bf..555db7452ebe 100644 --- a/arch/sparc/kernel/setup_64.c +++ b/arch/sparc/kernel/setup_64.c | |||
@@ -52,6 +52,7 @@ | |||
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | #include "entry.h" | 54 | #include "entry.h" |
55 | #include "kernel.h" | ||
55 | 56 | ||
56 | /* Used to synchronize accesses to NatSemi SUPER I/O chip configure | 57 | /* Used to synchronize accesses to NatSemi SUPER I/O chip configure |
57 | * operations in asm/ns87303.h | 58 | * operations in asm/ns87303.h |