Input: prepare to switching to struct device
authorDmitry Torokhov <dtor@insightbb.com>
Thu, 12 Apr 2007 05:34:47 +0000 (01:34 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Thu, 12 Apr 2007 05:34:47 +0000 (01:34 -0400)
In preparation to switching to struct device and class device
going away provide an alias to allow drivers that create devices
to use either input_dev->cdev.dev or input_dev->dev.parent to
put them into sysfs tree. The former will go away once conversion
to struct device is complete.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found