clocksource: sh_cmt: Constify name argument to sh_cmt_register()
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 17 Feb 2014 15:04:16 +0000 (16:04 +0100)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:22:46 +0000 (09:22 +0900)
commit8d4e906694fe85cd83ef8175e22c6e3753045ee2
treeeba3b7df21884e7446e947d8207f062d3021eefa
parent69bbe30e2c1131d25014294028a9fd53f8318f01
clocksource: sh_cmt: Constify name argument to sh_cmt_register()

The name argument is assigned to const structure fields only, constify
it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
(cherry picked from commit 1d053e1d8eb28f42b7ec57d1c11ce70b8fba45ff)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/clocksource/sh_cmt.c