Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 939086ea authored by Sachin Kamat's avatar Sachin Kamat Committed by Bryan Wu
Browse files

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: Márton Németh <nm127@freemail.hu>
Signed-off-by: default avatarBryan Wu <cooloney@gmail.com>
parent d6d240bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",