]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Input: drv260x - remove wrong and unneeded drv260x-haptics modalias
authorAxel Lin <axel.lin@ingics.com>
Sun, 1 Feb 2015 04:18:09 +0000 (20:18 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 1 Feb 2015 19:21:24 +0000 (11:21 -0800)
commitaa9d2a292a41a913c63f155494894b6aa132c51e
tree099b8d5eeaada9f7431f24d5ddfe868267cfef87
parente297d7bbf6906389635a803b4887a735d0a117a9
Input: drv260x - remove wrong and unneeded drv260x-haptics modalias

This is a I2C driver, so it's wrong to use platform prefix for the
modalias.  We have all needed i2c aliases coming form MODULE_DEVICE_TABLE,
so let's remove the wrong and unneeded drv260x-haptics modalias.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/drv260x.c