summaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorSachin Kamat2013-08-07 11:30:42 +0200
committerBryan Wu2013-08-27 02:22:11 +0200
commit939086ea552743144bbcb759f19c7e354f720786 (patch)
tree821b357fb1563e4549640e2b646acb0220dde4da /drivers/leds
parentleds: leds-netxbig: depends on ARCH_KIRKWOOD (diff)
downloadkernel-qcow2-linux-939086ea552743144bbcb759f19c7e354f720786.tar.gz
kernel-qcow2-linux-939086ea552743144bbcb759f19c7e354f720786.tar.xz
kernel-qcow2-linux-939086ea552743144bbcb759f19c7e354f720786.zip
leds: clevo-mail: Fix incorrect placement of __initdata
__initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Márton Németh <nm127@freemail.hu> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-clevo-mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-clevo-mail.c b/drivers/leds/leds-clevo-mail.c
index 6a8405df76a3..d93e2455da5c 100644
--- a/drivers/leds/leds-clevo-mail.c
+++ b/drivers/leds/leds-clevo-mail.c
@@ -40,7 +40,7 @@ static int __init clevo_mail_led_dmi_callback(const struct dmi_system_id *id)
* detected as working, but in reality it is not) as low as
* possible.
*/
-static struct dmi_system_id __initdata clevo_mail_led_dmi_table[] = {
+static struct dmi_system_id clevo_mail_led_dmi_table[] __initdata = {
{
.callback = clevo_mail_led_dmi_callback,
.ident = "Clevo D410J",