Uwe Kleine-König
5dbdf73548
move wm8400-regulator's probe function to .devinit.text
...
A pointer to wm8400_regulator_probe is passed to the core via
platform_driver_register and so the function must not disappear when the
.init sections are discarded. Otherwise (if also having HOTPLUG=y)
unbinding and binding a device to the driver via sysfs will result in an
oops as does a device being registered late.
An alternative to this patch is using platform_driver_probe instead of
platform_driver_register plus removing the pointer to the probe function
from the struct platform_driver.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
2009-01-17 13:46:40 +00:00
..
2009-01-16 14:45:34 -05:00
2009-01-08 16:29:41 +00:00
2009-01-16 10:23:58 -05:00
2009-01-08 08:31:14 -08:00
2009-01-09 15:06:12 -08:00
2009-01-16 16:15:13 +11:00
2009-01-16 16:15:16 +11:00
2009-01-02 11:44:09 -08:00
2009-01-10 06:12:18 -08:00
2008-12-30 18:48:01 -05:00
2009-01-06 11:38:22 -07:00
2009-01-12 20:56:42 +01:00
2009-01-06 11:38:22 -07:00
2009-01-06 15:59:30 -08:00
2009-01-09 23:22:32 +01:00
2009-01-08 08:31:15 -08:00
2009-01-15 16:39:35 -08:00
2009-01-16 18:45:22 +10:00
2009-01-07 15:37:24 -08:00
2009-01-15 16:40:12 -08:00
2009-01-13 17:46:31 -06:00
2009-01-14 19:19:04 +01:00
2009-01-06 10:44:39 -08:00
2009-01-08 11:05:59 -08:00
2009-01-13 08:19:42 -08:00
2009-01-11 01:34:25 +01:00
2009-01-14 14:42:21 -08:00
2009-01-15 16:39:40 -08:00
2009-01-06 10:44:34 -08:00
2009-01-07 11:31:52 -08:00
2009-01-09 08:31:11 +11:00
2009-01-08 11:05:59 -08:00
2009-01-09 16:54:41 -08:00
2009-01-13 10:36:02 -06:00
2009-01-13 14:52:35 -08:00
2009-01-16 14:45:34 -05:00
2009-01-09 11:52:14 -08:00
2009-01-09 12:37:15 -08:00
2009-01-16 12:40:11 -08:00
2009-01-09 15:49:06 -07:00
2009-01-09 12:43:06 -08:00
2009-01-13 14:03:43 -08:00
2009-01-06 15:59:31 -08:00
2009-01-16 15:20:00 -05:00
2009-01-13 14:47:59 +11:00
2009-01-16 14:45:34 -05:00
2009-01-09 03:39:43 -05:00
2009-01-11 01:34:24 +01:00
2009-01-16 16:15:14 +11:00
2009-01-06 15:59:28 -08:00
2009-01-17 13:46:40 +00:00
2009-01-15 16:39:36 -08:00
2009-01-11 00:05:16 -08:00
2009-01-06 13:20:38 -08:00
2009-01-16 08:41:09 -08:00
2009-01-16 16:15:17 +11:00
2009-01-15 16:39:35 -08:00
2009-01-07 17:22:04 -08:00
2009-01-06 10:44:37 -08:00
2009-01-06 10:44:44 -08:00
2009-01-15 16:39:41 -08:00
2009-01-08 11:05:59 -08:00
2009-01-16 16:15:15 +11:00
2009-01-06 10:44:34 -08:00
2009-01-08 08:31:14 -08:00
2009-01-12 20:08:56 +00:00
2009-01-08 08:30:59 -08:00
2009-01-12 20:56:43 +01:00
2009-01-09 04:56:56 -05:00