提交 f01868dc 编写于 作者: S Sachin Kamat 提交者: 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: NSachin Kamat <sachin.kamat@linaro.org>
Cc: Pau Oliva Fora <pau@eslack.org>
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 3719b54b
...@@ -221,7 +221,7 @@ static struct isa_driver htcpen_isa_driver = { ...@@ -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", .ident = "Shift",
.matches = { .matches = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册