Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mailbox: arm_mhuv2: 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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Jassi Brar
d3e2ea64 7566d5b6

+1 -1
+1 -1
drivers/mailbox/arm_mhuv2.c
··· 1107 1107 writel_relaxed(0x0, &mhu->send->access_request); 1108 1108 } 1109 1109 1110 - static struct amba_id mhuv2_ids[] = { 1110 + static const struct amba_id mhuv2_ids[] = { 1111 1111 { 1112 1112 /* 2.0 */ 1113 1113 .id = 0xbb0d1,