android_kernel_xiaomi_sm8350/arch/arm/mach-at91
David Brownell 72e7ae8141 [ARM] 4823/1: AT91 section fix
Fix section warning:

 WARNING: arch/arm/mach-at91/built-in.o(.text+0xd74): Section mismatch in reference
        from the function init_programmable_clock()
        to the function .init.text:at91_css_to_clk()
 The function  init_programmable_clock() references
 the function __init at91_css_to_clk().
 This is often because init_programmable_clock lacks a __init
 annotation or the annotation of at91_css_to_clk is wrong.

In this case the only calls to and from init_programmable_clock()
are from code marked as "__init", so this fix is trivially correct.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Uwe Kleine-Knig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-02-09 22:43:15 +00:00
..
at91cap9_devices.c
at91cap9.c
at91rm9200_devices.c
at91rm9200_time.c
at91rm9200.c
at91sam9rl_devices.c
at91sam9rl.c
at91sam926x_time.c
at91sam9260_devices.c
at91sam9260.c
at91sam9261_devices.c
at91sam9261.c
at91sam9263_devices.c
at91sam9263.c
at91x40_time.c
at91x40.c
board-1arm.c
board-cap9adk.c
board-carmeva.c
board-csb337.c
board-csb637.c
board-dk.c
board-eb01.c
board-eb9200.c
board-ek.c
board-kafa.c
board-kb9202.c
board-picotux200.c
board-sam9rlek.c
board-sam9260ek.c
board-sam9261ek.c atmel_lcdfb: backlight control 2008-02-06 10:41:16 -08:00
board-sam9263ek.c atmel_lcdfb: backlight control 2008-02-06 10:41:16 -08:00
clock.c [ARM] 4823/1: AT91 section fix 2008-02-09 22:43:15 +00:00
clock.h
generic.h [ARM] 4739/1: at91sam9263: make gpio bank C and D irqs work 2008-02-04 13:16:39 +00:00
gpio.c [ARM] 4739/1: at91sam9263: make gpio bank C and D irqs work 2008-02-04 13:16:39 +00:00
irq.c
Kconfig [ARM] 4660/3: at91: allow selecting UART for early kernel messages 2008-02-04 13:16:39 +00:00
leds.c
Makefile
Makefile.boot
pm.c