coresight: tmc: constify amba_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Thu, 24 Aug 2017 16:36:04 +0000 (22:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 14:06:39 +0000 (16:06 +0200)
commit6f964e7c175cafa65862f7a884cea49c023a0e90
treecdd4c5a8403e905fe87814b5f4e395baf9d857b3
parent74bf16d0ded97fd6c52a69cfbfd868e9fae0a0bd
coresight: tmc: 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>
drivers/hwtracing/coresight/coresight-tmc.c