]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 27 Jan 2014 21:04:17 +0000 (22:04 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 16 Apr 2014 10:03:06 +0000 (12:03 +0200)
commit2653caf4381f9adeec8c18dfec21ec3c855d801c
treef4d6ee00dd416c26b90b1f32179b25bea001663e
parent7269f9333292586f2378c5321b40a8d3779c4653
clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device

Channel data is private as well, rename priv to device to make the
distrinction between the core device and the channels clearer.

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