]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c: meson: Fix module autoload for OF platform driver
authorLuis de Bethencourt <luis@debethencourt.com>
Tue, 20 Oct 2015 14:16:28 +0000 (15:16 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 20 Oct 2015 16:14:36 +0000 (18:14 +0200)
commit93ae965022bfcdde473a5ff09e48dff7c8dab08c
tree1a732d817b39f5f1225743532d94be9293f7fce5
parentd695e22a27a958cb20f5b11df2692c13b15fc80e
i2c: meson: 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: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-meson.c