imx: Use 'const char', not 'char const'
commitd675765a0244af1d65c292f2508009f1bd13e1b6
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2016 17:13:09 +0000 (22 18:13 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2016 17:13:09 +0000 (22 18:13 +0100)
treec22d8a7b3bba5280c0986efc892b8cebf9855f3d
parentd486ccaa9ecdc37015ca0ecb330e3127ea948f8a
imx: Use 'const char', not 'char const'

'char const' means the same thing as 'const char', but we
use the former in only a handful of places and we use the
latter over six thousand times. Switch the imx reg_name()
functions to bring them in line with everything else.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/imx25_ccm.c
hw/misc/imx31_ccm.c
hw/misc/imx6_ccm.c
hw/misc/imx6_src.c
hw/ssi/imx_spi.c
hw/timer/imx_epit.c
hw/timer/imx_gpt.c