]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: cache-l2x0: add a const qualifier
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 21 May 2012 19:54:06 +0000 (21:54 +0200)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 23 Jul 2012 15:45:19 +0000 (17:45 +0200)
commit55b909abe81e65bafc9f536905e1d75974465994
treeb128c71bde3b8248e1c4b70e0894261f8bc0a241
parent915d912b167827b6f4112ddbe1c5dd2cbedc3748
ARM: cache-l2x0: add a const qualifier

This prepares *of_device_id.data becoming const. Without this change the
following warning would occur:

arch/arm/mm/cache-l2x0.c: In function 'l2x0_of_init':
arch/arm/mm/cache-l2x0.c:573:7: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]

though.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/mm/cache-l2x0.c