tmp_suning_uos_patched/arch/arm/mach-kirkwood
Li Jie 6de95c1987 [ARM] kirkwood: fix section mismatch
kirkwood_timer_init() and kirkwood_pcie_setup() lack of __init which
causes following warnings:

WARNING: vmlinux.o(.text+0x9568): Section mismatch in reference from
the function kirkwood_timer_init() to the function
.init.text:kirkwood_find_tclk()
The function kirkwood_timer_init() references
the function __init kirkwood_find_tclk().
This is often because kirkwood_timer_init lacks a __init
annotation or the annotation of kirkwood_find_tclk is wrong.

WARNING: vmlinux.o(.text+0x979c): Section mismatch in reference from
the function kirkwood_pcie_setup() to the function
.init.text:orion_pcie_setup()
The function kirkwood_pcie_setup() references
the function __init orion_pcie_setup().
This is often because kirkwood_pcie_setup lacks a __init
annotation or the annotation of orion_pcie_setup is wrong.

Signed-off-by: lijie <eltshanli@gmail.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
2009-11-05 23:03:21 -05:00
..
include/mach [ARM] Kirkwood: Add support for 6281-A1 2009-08-10 18:03:59 -04:00
addr-map.c [ARM] Kirkwood: create a mapping for the Security Accelerator SRAM 2009-06-08 13:05:02 -04:00
common.c [ARM] kirkwood: fix section mismatch 2009-11-05 23:03:21 -05:00
common.h [ARM] Kirkwood: create a mapping for the Security Accelerator SRAM 2009-06-08 13:05:02 -04: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
irq.c [ARM] 5460/1: Orion: reduce namespace pollution 2009-04-23 23:25:41 +01:00
Kconfig [ARM] Kirkwood: Marvell OpenRD-Base board support 2009-08-10 18:03:59 -04:00
Makefile [ARM] Kirkwood: Marvell OpenRD-Base board support 2009-08-10 18:03:59 -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: enable gpio leds/buttons for the mv88f6281gtw_ge board 2009-06-08 13:04:55 -04:00
openrd_base-setup.c [ARM] OpenRD base: Initialize PCI express and i2c 2009-11-05 23:03:20 -05:00
pcie.c [ARM] kirkwood: fix section mismatch 2009-11-05 23:03:21 -05:00
rd88f6192-nas-setup.c [ARM] Kirkwood: rationalize NAND setup a bit 2009-06-08 13:04:58 -04:00
rd88f6281-setup.c [ARM] Kirkwood: rationalize NAND setup a bit 2009-06-08 13:04:58 -04:00
sheevaplug-setup.c [ARM] Kirkwood: rationalize NAND setup a bit 2009-06-08 13:04:58 -04:00
ts219-setup.c [ARM] Kirkwood: enable eSATA on QNAP TS-219P 2009-08-24 11:56:00 -04:00