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)
commit38e83f7f9169400047aa3033d643891da1b00441
tree096ca7da97495076c71a3d24851507ee04fc1728
parent27cef8b47cfb27fa2955a8577637794f1f275db2
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