alistair23-linux/drivers/mfd
Rakib Mullick 04ffa1316b mfd: Mark clocks_init as non-init in twl4030-core.c
Impact: Fix section mismatch.

clocks_init() has been called from twl4030_probe() which is a non-init
function. Since probing can be done anytime so clocks_init will be
called anytime too. So we mark clock_init() as non-init.

LD      drivers/mfd/built-in.o
WARNING: drivers/mfd/built-in.o(.text+0x8dd9): Section mismatch in
reference from the function twl4030_probe() to the function
.init.text:clocks_init()
The function twl4030_probe() references
the function __init clocks_init().
This is often because twl4030_probe lacks a __init
annotation or the annotation of clocks_init is wrong.

Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2009-06-17 19:41:27 +02:00
..
asic3.c
da903x.c mfd: fix da903x warning 2009-04-05 00:32:25 +02:00
dm355evm_msp.c mfd: dm355 evm MMC/SD card detection 2009-01-11 01:34:25 +01:00
htc-egpio.c mfd: fix htc-egpio iomem resource handling using resource_size 2009-02-17 09:00:14 +01:00
htc-pasic3.c mfd: remove driver_data direct access of struct device 2009-06-15 21:30:27 -07:00
Kconfig mfd: convert PASIC3 to use MFD core 2009-04-05 00:32:21 +02:00
Makefile mfd: PCF50633 gpio support 2009-01-11 01:34:24 +01:00
mcp-core.c mfd: struct device - replace bus_id with dev_name(), dev_set_name() 2009-03-24 16:38:23 -07:00
mcp-sa11x0.c
mcp.h
menelaus.c
mfd-core.c
pcf50633-adc.c mfd: PCF50633 adc driver 2009-01-11 01:34:23 +01:00
pcf50633-core.c mfd: remove driver_data direct access of struct device 2009-06-15 21:30:27 -07:00
pcf50633-gpio.c mfd: PCF50633 gpio support 2009-01-11 01:34:24 +01:00
sm501.c mfd: Fix sm501_register_gpio section mismatch 2009-02-17 09:48:05 +01:00
t7l66xb.c MFD,mmc: tmio_mmc: make HCLK configurable 2009-06-13 22:42:59 +02:00
tc6387xb.c MFD,mmc: tmio_mmc: make HCLK configurable 2009-06-13 22:42:59 +02:00
tc6393xb.c MFD,mmc: tmio_mmc: make HCLK configurable 2009-06-13 22:42:59 +02:00
tps65010.c
twl4030-core.c mfd: Mark clocks_init as non-init in twl4030-core.c 2009-06-17 19:41:27 +02:00
twl4030-irq.c mfd: Storage class should be before const qualifier 2009-04-05 00:32:23 +02:00
ucb1x00-assabet.c
ucb1x00-core.c mfd: struct device - replace bus_id with dev_name(), dev_set_name() 2009-03-24 16:38:23 -07:00
ucb1x00-ts.c
ucb1x00.h
ucb1400_core.c
wm8350-core.c mfd: Keep a cache of WM8350 volatile values 2009-05-19 22:22:28 +02:00
wm8350-gpio.c
wm8350-i2c.c
wm8350-regmap.c mfd: Correct readability of WM8350 register 227 2009-06-17 19:41:26 +02:00
wm8400-core.c mfd: remove driver_data direct access of struct device 2009-06-15 21:30:27 -07:00