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: Dave Hansen <dave@xxxxxxxx> > --- > drivers/leds/leds-ss4200.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/leds/leds-ss4200.c b/drivers/leds/leds-ss4200.c > index 51bb0ee..5b8f938 100644 > --- a/drivers/leds/leds-ss4200.c > +++ b/drivers/leds/leds-ss4200.c > @@ -91,7 +91,7 @@ MODULE_PARM_DESC(nodetect, "Skip DMI-based hardware detection"); > * detected as working, but in reality it is not) as low as > * possible. > */ > -static struct dmi_system_id __initdata nas_led_whitelist[] = { > +static struct dmi_system_id nas_led_whitelist[] __initdata = { > { > .callback = ss4200_led_dmi_callback, > .ident = "Intel SS4200-E", > -- > 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