]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: host: ohci-spear: Fix module autoload for OF platform driver
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 19 Sep 2015 13:10:58 +0000 (14:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 09:51:58 +0000 (10:51 +0100)
commit04c0b766605e067428ca558421a44c1baf56c2cf
tree64745ee4c9213331ddf0fad1c296c7ca3730f847
parent8ddb9b88814063c96a9b79026369529ce8345e81
usb: host: ohci-spear: Fix module autoload for OF platform driver

This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-spear.c