diff options
author | Stefan Agner <stefan@agner.ch> | 2015-03-22 02:45:35 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-03-25 01:13:23 +0300 |
commit | 3213e674ca42c95b84ed040eab3d5722f41412ae (patch) | |
tree | e85e3727de363b2d28acb7e417e320328f8f5c85 /arch/arm/mm/dma-mapping.c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-3213e674ca42c95b84ed040eab3d5722f41412ae.tar.xz |
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 <stefan@agner.ch>
Acked-by: Scott Branden <sbranden@broadcom.com>
Reviewed-by: Ray Jui <rjui@broadcom.com>
Tested-by: Ray Jui <rjui@broadcom.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/mm/dma-mapping.c')
0 files changed, 0 insertions, 0 deletions