commit | abc0cceaeeab6d3101f4d9492063a4e4ae813b85 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Jan 21 12:13:30 2012 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Feb 22 13:57:03 2012 +0000 |
tree | 54b3b3e70cddeb5d59feb5951e4866d4be1bb811 | |
parent | 027d676650e690c6bcb479d96fb601e91213ee56 [diff] |
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>