]> git.karo-electronics.de Git - linux-beck.git/commit
usb: host: ehci-spear: Fix module autoload for OF platform driver
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 19 Sep 2015 13:10:56 +0000 (14:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 09:51:58 +0000 (10:51 +0100)
commite76eaefde8f0ac30d28b6d3bd33116153e7b435f
treec1a7b7303fa2b12d140e57f50737796684b9beff
parent7d2d641c44269656bf72381c72e2eb50b18a8404
usb: host: ehci-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/ehci-spear.c