On Wed, Aug 7, 2013 at 2:30 AM, Sachin Kamat <sachin.kamat@xxxxxxxxxx> wrote: > __initdata should be placed between the variable name and equal > sign for the variable to be placed in the intended section. > Merged, thanks. -Bryan > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> > Cc: Márton Németh <nm127@xxxxxxxxxxx> > --- > drivers/leds/leds-clevo-mail.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/leds/leds-clevo-mail.c b/drivers/leds/leds-clevo-mail.c > index 6a8405d..d93e245 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", > -- > 1.7.9.5 > -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html