]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: samsung_pwm_timer: Keep all driver data in a structure
authorTomasz Figa <t.figa@samsung.com>
Tue, 23 Apr 2013 15:46:25 +0000 (17:46 +0200)
committerOlof Johansson <olof@lixom.net>
Sun, 28 Apr 2013 19:16:49 +0000 (12:16 -0700)
commit1c98c0df2ace7b38c494167e1ff9f98271196127
tree0a579b6f0525fca3e4aa2ed00e98c2f2a6a11e0a
parentfd26c724e45d7718fd2cc9d1e7fc1c3fbdc2cfaa
clocksource: samsung_pwm_timer: Keep all driver data in a structure

This patch modifies the driver to keep all its private data consistently
in a single struct, instead of keeping part as separate variables.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/clocksource/samsung_pwm_timer.c