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)
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>

No differences found