Skip to content

Commit

Permalink
OMAPDSS: panel-sony-acx565akm: Export OF module alias information
Browse files Browse the repository at this point in the history
Drivers needs to export the OF id table and this be built into
the module or udev won't have the necessary information to autoload
the driver module when the device is registered via OF.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Javier Martinez Canillas authored and Tomi Valkeinen committed Sep 24, 2015
1 parent ad38cc5 commit 4bdb462
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ static const struct of_device_id acx565akm_of_match[] = {
{ .compatible = "omapdss,sony,acx565akm", },
{},
};
MODULE_DEVICE_TABLE(of, acx565akm_of_match);

static struct spi_driver acx565akm_driver = {
.driver = {
Expand Down

0 comments on commit 4bdb462

Please sign in to comment.