Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information