mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
sound: aaci: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
This commit is contained in:
parent
17885b05b3
commit
9d5c627323
1 changed files with 2 additions and 0 deletions
|
@ -1097,6 +1097,8 @@ static struct amba_id aaci_ids[] = {
|
|||
{ 0, 0 },
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(amba, aaci_ids);
|
||||
|
||||
static struct amba_driver aaci_driver = {
|
||||
.drv = {
|
||||
.name = DRIVER_NAME,
|
||||
|
|
Loading…
Reference in a new issue