]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wistron_btns - fix incorrect placement of __initconst
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 12 Aug 2013 18:05:18 +0000 (11:05 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 13 Aug 2013 05:32:34 +0000 (22:32 -0700)
commitca791d035452bdb307ebf9c1234b70b17197d6ca
tree0f3ca71de48f309f12355b9109833cb99ddf2b11
parentfccf8f48282418055e10a449aecd5fc3c4c1115f
Input: wistron_btns - fix incorrect placement of __initconst

__initconst 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>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/wistron_btns.c