Axel Lin e536b62095 mfd: Fix section mismatch warning for da9052-spi
Add __devinit annotation for da9052_spi_probe to fix below build warning:

WARNING: drivers/built-in.o(.text+0x349b4): Section mismatch in reference from the function da9052_spi_probe() to the function .devinit.text:da9052_device_init()
The function da9052_spi_probe() references
the function __devinit da9052_device_init().
This is often because da9052_spi_probe lacks a __devinit
annotation or the annotation of da9052_device_init is wrong.

Also add __devexit annotation for da9052_spi_remove because we have
__devexit_p around it in the remove callback.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-03-06 18:46:30 +01:00
..
2011-10-24 14:09:19 +02:00
2011-03-31 11:26:23 -03:00
2012-03-06 18:46:29 +01:00
2012-03-06 18:46:29 +01:00
2012-01-09 01:03:34 +01:00
2011-03-27 00:09:51 +01:00
2011-05-26 19:45:28 +02:00
2011-05-26 19:45:28 +02:00
2012-01-09 00:37:46 +01:00
2012-01-09 00:37:46 +01:00
2012-01-09 00:37:45 +01:00
2012-01-09 00:37:44 +01:00
2012-01-09 00:37:33 +01:00
2011-03-31 11:26:23 -03:00