From: Krzysztof Kozlowski Date: Sat, 22 Feb 2025 11:41:46 +0000 (+0100) Subject: rtc: pl030: Constify amba_id table X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=72ce39bc61fab14ef8eda1614763d6422ce38736;p=users%2Fwilly%2Fxarray.git rtc: pl030: Constify amba_id table 'struct amba_id' table is not modified so can be changed to const for more safety. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20250222114146.162835-2-krzysztof.kozlowski@linaro.org Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-pl030.c b/drivers/rtc/rtc-pl030.c index 39038c0754ee..1326f310bf93 100644 --- a/drivers/rtc/rtc-pl030.c +++ b/drivers/rtc/rtc-pl030.c @@ -148,7 +148,7 @@ static void pl030_remove(struct amba_device *dev) amba_release_regions(dev); } -static struct amba_id pl030_ids[] = { +static const struct amba_id pl030_ids[] = { { .id = 0x00041030, .mask = 0x000fffff,