diff options
-rw-r--r-- | drivers/dma/pl330.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 571041477ab2..2d8d1b041d95 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c | |||
@@ -990,6 +990,8 @@ static struct amba_id pl330_ids[] = { | |||
990 | { 0, 0 }, | 990 | { 0, 0 }, |
991 | }; | 991 | }; |
992 | 992 | ||
993 | MODULE_DEVICE_TABLE(amba, pl330_ids); | ||
994 | |||
993 | #ifdef CONFIG_PM_RUNTIME | 995 | #ifdef CONFIG_PM_RUNTIME |
994 | static int pl330_runtime_suspend(struct device *dev) | 996 | static int pl330_runtime_suspend(struct device *dev) |
995 | { | 997 | { |