]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: synaptics - fix incorrect placement of __initconst
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 12 Aug 2013 18:05:58 +0000 (11:05 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 13 Aug 2013 05:32:42 +0000 (22:32 -0700)
commitc963156c44e3cbc12cf26b09ff28a05a1847aadc
tree546a1819833e432e3dbc8d0e82b0244f46724cb7
parent3bd8a8b4595c2464fbb426696c2f58b242017388
Input: synaptics - 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/mouse/synaptics.c