mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
This commit is contained in:
parent
12868a6c10
commit
5f3aee4711
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ err:
|
|||
return ret;
|
||||
}
|
||||
|
||||
static struct amba_id pl320_ids[] = {
|
||||
static const struct amba_id pl320_ids[] = {
|
||||
{
|
||||
.id = 0x00041320,
|
||||
.mask = 0x000fffff,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue