Skip to content

Commit

Permalink
input: ambakmi: 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>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dave Martin committed Nov 22, 2011
1 parent 955b678 commit 2dfff23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/input/serio/ambakmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ static struct amba_id amba_kmi_idtable[] = {
{ 0, 0 }
};

MODULE_DEVICE_TABLE(amba, amba_kmi_idtable);

static struct amba_driver ambakmi_driver = {
.drv = {
.name = "kmi-pl050",
Expand Down

0 comments on commit 2dfff23

Please sign in to comment.