aha/arch/arm/mach-at91
Sam Ravnborg 3e18c8dd0d [ARM] fix section mismatch warning in board-sam9260
Andrew Morton found a section mismatch warning in x86_64 triggered by a
wrongly placed __initdata marker.

git grep "struct __initdata" revealed that board-sam9260.c had the same
problem.

This patch fixes this by placing the __initdata marker correct.  It was
checked with objdump that the variable was moved to .init.data by this
change.

Fixed an unrelated section mismatch warning while touching the file.

Both changes are only compile tested but obvious correct.
[Used at91sam9260ek_defconfig to get compile coverage]

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-04-28 10:26:47 +01:00
..
at91rm9200.c
at91rm9200_devices.c
at91rm9200_time.c
at91sam926x_time.c
at91sam9260.c
at91sam9260_devices.c [ARM] 4289/1: AT91: SAM9260 NAND flash timing 2007-03-29 11:28:16 +01:00
at91sam9261.c
at91sam9261_devices.c
at91sam9263.c [ARM] 4231/1: AT91: Merge and typo fixes. 2007-02-22 14:53:30 +00:00
at91sam9263_devices.c [ARM] 4231/1: AT91: Merge and typo fixes. 2007-02-22 14:53:30 +00:00
board-1arm.c
board-carmeva.c
board-csb337.c
board-csb637.c
board-dk.c
board-eb9200.c
board-ek.c
board-kafa.c
board-kb9202.c
board-picotux200.c [ARM] 4300/1: Add picotux 200 ARM board 2007-04-21 21:01:08 +01:00
board-sam9260ek.c [ARM] fix section mismatch warning in board-sam9260 2007-04-28 10:26:47 +01:00
board-sam9261ek.c
board-sam9263ek.c
clock.c
clock.h
generic.h
gpio.c [PATCH] gpio_direction_output() needs an initial value 2007-03-16 19:25:04 -07:00
irq.c
Kconfig [ARM] 4300/1: Add picotux 200 ARM board 2007-04-21 21:01:08 +01:00
leds.c
Makefile [ARM] 4300/1: Add picotux 200 ARM board 2007-04-21 21:01:08 +01:00
Makefile.boot
pm.c