summary refs log tree commit diff
path: root/drivers/block/DAC960.h
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2010-03-05 13:42:46 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-06 11:26:32 -0800
commit7463e633c5f94792dcff1afefb0d2961318a9d09 (patch)
treedb2ee59033f50dfe2b3ebe48c08cefef86720bc8 /drivers/block/DAC960.h
parentcfd8d6c0ed89ba387609419e3d8d4c6b92a5d446 (diff)
downloadlinux-7463e633c5f94792dcff1afefb0d2961318a9d09.tar.gz
init/main.c: make setup_max_cpus static for !SMP
The only in tree external users of the symbol setup_max_cpus are in
arch/x86/.  The files ./kernel/alternative.c, ./kernel/visws_quirks.c, and
./mm/kmemcheck/kmemcheck.c are all guarded by CONFIG_SMP being defined.
For this case the symbol is an unsigned int and declared as an extern in
include/linux/smp.h.

When CONFIG_SMP is not defined the symbol setup_max_cpus is
a constant value that is only used in init/main.c.  Make the symbol
static for this case.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/DAC960.h')
0 files changed, 0 insertions, 0 deletions