Skip to content

Commit

Permalink
fbdev: amba: Enable module alias autogeneration for AMBA drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Martin <dave.martin@linaro.org>
  • Loading branch information
Dave Martin committed Nov 22, 2011
1 parent 60f7a33 commit 6054f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/video/amba-clcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ static struct amba_id clcdfb_id_table[] = {
{ 0, 0 },
};

MODULE_DEVICE_TABLE(amba, clcdfb_id_table);

static struct amba_driver clcd_driver = {
.drv = {
.name = "clcd-pl11x",
Expand Down

0 comments on commit 6054f9b

Please sign in to comment.