mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
coresight: replicator: constify amba_id
amba_id are not supposed to change at runtime. All functions working with const amba_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
44d5af088b
commit
c214f76213
|
|
@ -197,7 +197,7 @@ static const struct dev_pm_ops replicator_dev_pm_ops = {
|
|||
NULL)
|
||||
};
|
||||
|
||||
static struct amba_id replicator_ids[] = {
|
||||
static const struct amba_id replicator_ids[] = {
|
||||
{
|
||||
.id = 0x0003b909,
|
||||
.mask = 0x0003ffff,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user