]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPS
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:08:22 +0000 (15:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:33:50 +0000 (15:33 +1100)
commit93cf45f3c8e1cda1d202fac539e0c49ba279cfca
tree7c3aa8487f0dbc376bfbf3a14a9a20b7917ae1f3
parent43b4b17dc2c297cd083324c842cdcc75af754273
rtc: rtc-mxc: switch to using SIMPLE_DEV_PM_OPS

Switch to using the SIMPLE_DEV_PM_OPS macro to declare the driver's
pm_ops.  It reduces code size.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-mxc.c