projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3719b54
)
Input: htcpen - fix incorrect placement of __initdata
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 15 Aug 2013 06:50:48 +0000
(23:50 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 15 Aug 2013 07:30:04 +0000
(
00:30
-0700)
__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: Pau Oliva Fora <pau@eslack.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/htcpen.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/htcpen.c
b/drivers/input/touchscreen/htcpen.c
index 6c4fb84369575df40bbfe8bc6a7addcd7a913e15..66500852341b66319b634133b3f0930f3dc3f2ec 100644
(file)
--- a/
drivers/input/touchscreen/htcpen.c
+++ b/
drivers/input/touchscreen/htcpen.c
@@
-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 = {