Input: add input_{get|set}_drvdata() helpers
authorDmitry Torokhov <dtor@insightbb.com>
Thu, 12 Apr 2007 05:33:51 +0000 (01:33 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Thu, 12 Apr 2007 05:33:51 +0000 (01:33 -0400)
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 <dtor@mail.ru>

No differences found