OSDN Git Service

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)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 16 Apr 2014 10:03:07 +0000 (12:03 +0200)
commit1d053e1d8eb28f42b7ec57d1c11ce70b8fba45ff
tree49dfc95afa0820e51599800a1ba9860ad962a221
parentb882e7b13bc12b3d6b00e4ea2fe374413ddcdd2d
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>
drivers/clocksource/sh_cmt.c