aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/aaci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/arm/aaci.c')
-rw-r--r--sound/arm/aaci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/arm/aaci.c b/sound/arm/aaci.c
index e518d38b1c74..b37b702a3a6a 100644
--- a/sound/arm/aaci.c
+++ b/sound/arm/aaci.c
@@ -1097,6 +1097,8 @@ static struct amba_id aaci_ids[] = {
1097 { 0, 0 }, 1097 { 0, 0 },
1098}; 1098};
1099 1099
1100MODULE_DEVICE_TABLE(amba, aaci_ids);
1101
1100static struct amba_driver aaci_driver = { 1102static struct amba_driver aaci_driver = {
1101 .drv = { 1103 .drv = {
1102 .name = DRIVER_NAME, 1104 .name = DRIVER_NAME,