From: Dmitry Torokhov Date: Thu, 12 Apr 2007 05:33:51 +0000 (-0400) Subject: Input: add input_{get|set}_drvdata() helpers X-Git-Tag: v2.6.22-rc1~1037^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3abccf36081ac827cf5d14db6837117f088937eb;p=pandora-kernel.git Input: add input_{get|set}_drvdata() helpers Add helpers to set up and access driver-specific data in input device structure. Once conversion to struct driver is complete we will drop input_dev->private and will use dev_get_drvdata() and dev_set_drvdata(). Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed