alistair23-linux/arch/arm/mach-gemini/include/mach
Nicolas Pitre 8ea0de4b88 ARM: zImage: remove the static qualifier from global data variables
To be able to relocate the .bss section at run time independently from
the rest of the code, we must make sure that no GOTOFF relocations are
used with .bss symbols.  This usually means that no global variables can
be marked static unless they're also const.

Let's remove the static qualifier from current offenders, or turn them
into const variables when possible.  Next commit will ensure the build
fails if one of those is reintroduced due to otherwise enforced coding
standards for the kernel.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Tony Lindgren <tony@atomide.com>
2011-05-07 00:08:02 -04:00
..
debug-macro.S arm: return both physical and virtual addresses from addruart 2010-10-20 00:27:33 -04:00
entry-macro.S ARM: Add Gemini architecture v3 2009-03-26 10:06:08 +02:00
global_reg.h ARM: Add Gemini architecture v3 2009-03-26 10:06:08 +02:00
gpio.h Gemini: gpiolib based GPIO support v2 2009-03-26 10:06:27 +02:00
hardware.h tree-wide: fix comment/printk typos 2010-11-01 15:38:34 -04:00
io.h ARM: Add Gemini architecture v3 2009-03-26 10:06:08 +02:00
irqs.h Gemini: gpiolib based GPIO support v2 2009-03-26 10:06:27 +02:00
memory.h ARM: P2V: separate PHYS_OFFSET from platform definitions 2011-02-17 23:26:55 +00:00
system.h [ARM] arch_reset() now takes a second parameter 2009-03-30 10:40:12 +01:00
timex.h ARM: Add Gemini architecture v3 2009-03-26 10:06:08 +02:00
uncompress.h ARM: zImage: remove the static qualifier from global data variables 2011-05-07 00:08:02 -04:00
vmalloc.h ARM: 5928/1: Change type of VMALLOC_END to unsigned long. 2010-02-15 21:40:33 +00:00