Commit f01868dc authored by Sachin Kamat's avatar Sachin Kamat Committed by Dmitry Torokhov

Input: htcpen - 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: Pau Oliva Fora <pau@eslack.org>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 3719b54b
......@@ -221,7 +221,7 @@ static struct isa_driver htcpen_isa_driver = {
}
};
static struct dmi_system_id __initdata htcshift_dmi_table[] = {
static struct dmi_system_id htcshift_dmi_table[] __initdata = {
{
.ident = "Shift",
.matches = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment