diff options
author | Stefan Agner <[email protected]> | 2015-03-22 00:45:35 +0100 |
---|---|---|
committer | Florian Fainelli <[email protected]> | 2015-03-24 15:13:23 -0700 |
commit | 3213e674ca42c95b84ed040eab3d5722f41412ae (patch) | |
tree | e85e3727de363b2d28acb7e417e320328f8f5c85 /kernel/irq/chip.c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ARM: cygnus: fix const declaration bcm_cygnus_dt_compat
The const declaration for char* is actually duplicated, however
the array of strings is currently not constant. However, typically
the dt_compat array is declared as const char *const. Follow
that convention and also add the __initconst macro for constant
initialization data.
Signed-off-by: Stefan Agner <[email protected]>
Acked-by: Scott Branden <[email protected]>
Reviewed-by: Ray Jui <[email protected]>
Tested-by: Ray Jui <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
Diffstat (limited to 'kernel/irq/chip.c')
0 files changed, 0 insertions, 0 deletions