diff options
Diffstat (limited to 'sound/aoa/fabrics/snd-aoa-fabric-layout.c')
-rw-r--r-- | sound/aoa/fabrics/snd-aoa-fabric-layout.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/aoa/fabrics/snd-aoa-fabric-layout.c b/sound/aoa/fabrics/snd-aoa-fabric-layout.c index 4b8e32d1ebf9..409809600ddc 100644 --- a/sound/aoa/fabrics/snd-aoa-fabric-layout.c +++ b/sound/aoa/fabrics/snd-aoa-fabric-layout.c | |||
@@ -1107,6 +1107,9 @@ static struct soundbus_driver aoa_soundbus_driver = { | |||
1107 | .suspend = aoa_fabric_layout_suspend, | 1107 | .suspend = aoa_fabric_layout_suspend, |
1108 | .resume = aoa_fabric_layout_resume, | 1108 | .resume = aoa_fabric_layout_resume, |
1109 | #endif | 1109 | #endif |
1110 | .driver = { | ||
1111 | .owner = THIS_MODULE, | ||
1112 | } | ||
1110 | }; | 1113 | }; |
1111 | 1114 | ||
1112 | static int __init aoa_fabric_layout_init(void) | 1115 | static int __init aoa_fabric_layout_init(void) |