leds: ss4200: 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: Dave Hansen <dave@sr71.net> Signed-off-by: Bryan Wu <cooloney@gmail.com>
This commit is contained in:
parent
939086ea55
commit
b06cf2d7ec
@ -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
|
* detected as working, but in reality it is not) as low as
|
||||||
* possible.
|
* possible.
|
||||||
*/
|
*/
|
||||||
static struct dmi_system_id __initdata nas_led_whitelist[] = {
|
static struct dmi_system_id nas_led_whitelist[] __initdata = {
|
||||||
{
|
{
|
||||||
.callback = ss4200_led_dmi_callback,
|
.callback = ss4200_led_dmi_callback,
|
||||||
.ident = "Intel SS4200-E",
|
.ident = "Intel SS4200-E",
|
||||||
|
Loading…
Reference in New Issue
Block a user