commit | 3abccf36081ac827cf5d14db6837117f088937eb | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@insightbb.com> | Thu Apr 12 01:33:51 2007 -0400 |
committer | Dmitry Torokhov <dtor@insightbb.com> | Thu Apr 12 01:33:51 2007 -0400 |
tree | af8543fb38486f20372ebc5f38e1707a31473fd1 | |
parent | 5014186de89708d0e9eed60526b698d5b786b707 [diff] |
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 <dtor@mail.ru>