]> git.baikalelectronics.ru Git - kernel.git/commit
Input: auo_pixcir_ts - keep own pointer to platform_data
authorHeiko Stübner <heiko@sntech.de>
Sat, 23 Feb 2013 20:06:48 +0000 (12:06 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 25 Feb 2013 03:10:14 +0000 (19:10 -0800)
commitf8dd72e935bf8e1cfcd9ee00596d63e559cd4e56
tree096ca7da97495076c71a3d24851507ee04fc1728
parentef9da653c50224c5dee36b781b9a2b0899ba7867
Input: auo_pixcir_ts - keep own pointer to platform_data

When supporting devicetree the platformdata may not necessarily come
from the dev but may be generated in the driver instead.

Therefore keep the pointer in the driver struct instead of using
dev.platform_data.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/auo-pixcir-ts.c