Skip to content
  • Dmitry Torokhov's avatar
    Input: prepare to switching to struct device · 88a447a0
    Dmitry Torokhov authored
    
    
    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: default avatarDmitry Torokhov <dtor@mail.ru>
    88a447a0