Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/mach-kirkwood
Uwe Kleine-König f9578fc078 ARM: 6265/1: kirkwood: move qnap_tsx1x_register_flash() to .init.text
qnap_tsx1x_register_flash is only called by qnap_ts219_init and
qnap_ts41x_init which both live in .init.text, too.  So the move is OK.

This fixes the following warning in kirkwood_defconfig:
	WARNING: vmlinux.o(.text+0x9334): Section mismatch in reference from the function qnap_tsx1x_register_flash() to the variable .init.data:qnap_tsx1x_spi_slave_info
	The function qnap_tsx1x_register_flash() references
	the variable __initdata qnap_tsx1x_spi_slave_info.
	This is often because qnap_tsx1x_register_flash lacks a __initdata
	annotation or the annotation of qnap_tsx1x_spi_slave_info is wrong.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-07-26 10:33:08 +01:00
..
include/mach Merge branch 'misc2' into devel 2010-02-25 22:09:41 +00:00
addr-map.c [ARM] Kirkwood: clarify PCIe MEM bus/physical address distinction 2009-11-07 20:18:24 -05:00
common.c mtd: kirkwood: allow machines to register RnB callback 2010-05-14 01:04:34 +01:00
common.h mtd: kirkwood: allow machines to register RnB callback 2010-05-14 01:04:34 +01:00
cpuidle.c [ARM] Kirkwood: CPU idle driver 2009-06-08 13:04:41 -04:00
db88f6281-bp-setup.c [ARM] Kirkwood: rationalize NAND setup a bit 2009-06-08 13:04:58 -04:00
guruplug-setup.c [ARM] Kirkwood: Marvell GuruPlug support 2010-05-03 16:34:47 -04:00
irq.c [ARM] 5460/1: Orion: reduce namespace pollution 2009-04-23 23:25:41 +01:00
Kconfig [ARM] Kirkwood: add LaCie 5Big Network v2 support 2010-05-03 17:02:42 -04:00
Makefile [ARM] Kirkwood: merge net2big_v2 and net5big_v2 board setups 2010-05-03 17:03:18 -04:00
Makefile.boot
mpp.c [ARM] orion: convert gpio to use gpiolib 2009-06-08 13:04:57 -04:00
mpp.h [ARM] Kirkwood: Correct header define 2009-07-06 23:54:56 -04:00
mv88f6281gtw_ge-setup.c [ARM] Kirkwood: WPS button keycode mapping 2010-03-23 13:48:14 -04:00
netspace_v2-setup.c [ARM] Kirkwood: define SATA LED for netspace_v2 2010-02-09 21:05:49 -05:00
netxbig_v2-setup.c [ARM] Kirkwood: merge net2big_v2 and net5big_v2 board setups 2010-05-03 17:03:18 -04:00
openrd-setup.c [ARM] kirkwood: combine support for openrd base/client support 2010-02-05 00:27:04 -05:00
pcie.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
rd88f6192-nas-setup.c [ARM] Kirkwood: drive USB VBUS pin on rd88f6192-nas high on boot 2010-01-10 22:23:43 -05:00
rd88f6281-setup.c [ARM] Kirkwood: rationalize NAND setup a bit 2009-06-08 13:04:58 -04:00
sheevaplug-setup.c [ARM] eSATA SheevaPlug: correlate MPP to SD CD and SD WP 2010-02-23 16:44:01 -05:00
ts41x-setup.c [ARM] Kirkwood: Remove code duplication in QNAP setup files 2009-11-13 12:14:24 -05:00
ts219-setup.c [ARM] Kirkwood: Remove code duplication in QNAP setup files 2009-11-13 12:14:24 -05:00
tsx1x-common.c ARM: 6265/1: kirkwood: move qnap_tsx1x_register_flash() to .init.text 2010-07-26 10:33:08 +01:00
tsx1x-common.h ARM: 6265/1: kirkwood: move qnap_tsx1x_register_flash() to .init.text 2010-07-26 10:33:08 +01:00