]> git.karo-electronics.de Git - linux-beck.git/commit
tty: serial: apbuart: Fix module autoload for OF platform driver
authorLuis de Bethencourt <luis@debethencourt.com>
Fri, 18 Sep 2015 18:02:44 +0000 (20:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 18:09:21 +0000 (19:09 +0100)
commit50a84487c3c573a8c7c9146c31af21b51aa86b10
treeda86b3f42c84f750cb8b84d92d8d20207e021213
parent9b2256c8274c72bacb7eca7dee5ffe85832cb5e0
tty: serial: apbuart: 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/tty/serial/apbuart.c