clocksource: sh_tmu: Constify name argument to sh_tmu_register()
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 17 Feb 2014 15:04:16 +0000 (16:04 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 16 Apr 2014 10:03:19 +0000 (12:03 +0200)
commit84876d0505b15a2907696566a80a365993feab44
treeb3e5f9f797378b6ed42bdc5f07e38f12811898d0
parenta94ddaa6fcd46e168736027535b2d81b6a18883f
clocksource: sh_tmu: Constify name argument to sh_tmu_register()

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

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/clocksource/sh_tmu.c