leds: move leds-clevo-mail's probe function to .devinit.text
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sat, 11 Jul 2009 20:52:34 +0000 (22:52 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 7 Sep 2009 13:41:51 +0000 (14:41 +0100)
commitf16a5dba01ed942f427f56b0d1128251721275a5
tree7d8bd7ac24b82917954a0f04e77d300e28cc9654
parent7f1be819cccea65dcd2a8c86de6369946b91c224
leds: move leds-clevo-mail's probe function to .devinit.text

A pointer to clevo_mail_led_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.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/leds/leds-clevo-mail.c