linux/arch/arm/mach-mxs/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
..
clkdev.h ARM: mxs: Add clock support 2010-12-20 17:30:22 +01:00
clock.h ARM i.MX23/28: remove secondary field from struct clk. It's unused 2011-01-24 09:01:48 +01:00
common.h ARM: mxs: add ocotp read function 2011-01-21 11:36:49 +01:00
debug-macro.S ARM: mxs: Add low-level debug UART support 2010-12-20 17:29:23 +01:00
devices-common.h arm: mxs: add i2c-devices for mx28 2011-03-07 19:29:17 +01:00
dma.h dmaengine: mxs-dma: add dma support for i.MX23/28 2011-03-02 07:06:27 +05:30
entry-macro.S ARM: mxs: Add interrupt support 2010-12-20 10:37:56 +01:00
gpio.h ARM: mxs: Add gpio support 2010-12-20 17:29:51 +01:00
hardware.h
io.h ARM: mxs: Add helper definition and function 2010-12-13 14:49:50 +01:00
iomux-mx23.h ARM: mxs: fix typo "GPO" in iomux-mx23.h 2011-03-07 19:29:47 +01:00
iomux-mx28.h ARM: mxs: Add iomux support 2010-12-20 17:29:58 +01:00
iomux.h ARM: mxs: add helper macro for pad control 2011-03-07 19:29:45 +01:00
irqs.h
memory.h
mmc.h mmc: mxs-mmc: add mmc host driver for i.MX23/28 2011-03-15 13:49:37 -04:00
mx23.h ARM: mxs: make ssp error irq definition consistent 2011-03-07 19:29:54 +01:00
mx28.h ARM: mxs: make ssp error irq definition consistent 2011-03-07 19:29:54 +01:00
mxs.h ARM: mxs: Initial support for Ka-Ro TX28 2011-03-07 19:29:07 +01:00
mxsfb.h video: Add i.MX23/28 framebuffer driver 2011-03-07 19:29:30 +01:00
system.h ARM: mxs: Add reset routines 2010-12-20 10:37:52 +01:00
timex.h ARM: mxs: Add helper definition and function 2010-12-13 14:49:50 +01:00
uncompress.h ARM: zImage: remove the static qualifier from global data variables 2011-05-07 00:08:02 -04:00
vmalloc.h ARM: mxs: Add helper definition and function 2010-12-13 14:49:50 +01:00