diff options
Diffstat (limited to 'drivers/dma/pl330.c')
-rw-r--r-- | drivers/dma/pl330.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index b19ee04567b5..f122c2a7b9f0 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c | |||
@@ -3023,7 +3023,7 @@ static int pl330_remove(struct amba_device *adev) | |||
3023 | return 0; | 3023 | return 0; |
3024 | } | 3024 | } |
3025 | 3025 | ||
3026 | static struct amba_id pl330_ids[] = { | 3026 | static const struct amba_id pl330_ids[] = { |
3027 | { | 3027 | { |
3028 | .id = 0x00041330, | 3028 | .id = 0x00041330, |
3029 | .mask = 0x000fffff, | 3029 | .mask = 0x000fffff, |