Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb508b36 authored by Russell King's avatar Russell King Committed by Alexandre Belloni
Browse files

rtc: pl031: constify amba_ids



The AMBA device IDs should be marked const.  Make that so.

Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 97f5b037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ static struct pl031_vendor_data stv2_pl031 = {
	.irqflags = IRQF_SHARED | IRQF_COND_SUSPEND,
};

static struct amba_id pl031_ids[] = {
static const struct amba_id pl031_ids[] = {
	{
		.id = 0x00041031,
		.mask = 0x000fffff,