From: Jingoo Han Date: Thu, 23 May 2013 16:20:26 +0000 (-0700) Subject: Input: touchscreen - use platform_{get,set}_drvdata() X-Git-Tag: v3.11-rc1~86^2~7^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbbee595d42f501cb1325d31ab3481d2bc4be0d;p=pandora-kernel.git Input: touchscreen - use platform_{get,set}_drvdata() Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Signed-off-by: Jingoo Han Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed