Commit 5f3aee47 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Jassi Brar
Browse files

mailbox: pl320-ipc: Constify amba_id table



'struct amba_id' table is not modified so can be changed to const for
more safety.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJassi Brar <jassisinghbrar@gmail.com>
parent 12868a6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ static int pl320_probe(struct amba_device *adev, const struct amba_id *id)
	return ret;
}

static struct amba_id pl320_ids[] = {
static const struct amba_id pl320_ids[] = {
	{
		.id	= 0x00041320,
		.mask	= 0x000fffff,