Input: htcpen - fix incorrect placement of __initdata
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 15 Aug 2013 06:50:48 +0000 (23:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 15 Aug 2013 07:30:04 +0000 (00:30 -0700)
commitf01868dcb13e7eb064910e8afe391c1846b9e73b
treedfed3258739fb8e93e30f230918a4c12bcd6c77d
parent3719b54bc62318db7dd8ac7c39a09dfb991a208f
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: 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