mfd: Add __devinit and __devexit annotations in wm8994
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 21 Jan 2012 12:13:30 +0000 (12:13 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 22 Feb 2012 13:57:03 +0000 (13:57 +0000)
commitabc0cceaeeab6d3101f4d9492063a4e4ae813b85
tree54b3b3e70cddeb5d59feb5951e4866d4be1bb811
parent027d676650e690c6bcb479d96fb601e91213ee56
mfd: Add __devinit and __devexit annotations in wm8994

The wm8994_device_init() and wm8994_device_exit() functions were not
annotated as device init and exit functions, meaning they shouldn't
reference __devinitdata.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Samuel Oritz <sameo@linux.intel.com>
drivers/mfd/wm8994-core.c