[PATCH 10/10] rtc: rtc-tps80031: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han --- drivers/rtc/rtc-tps80031.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-tps80031.c b/drivers/rtc/rtc-tps80031.c index

[PATCH 10/10] rtc: rtc-tps80031: switch to using SIMPLE_DEV_PM_OPS

2013-03-18 Thread Jingoo Han
Switch to using SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. It reduces code size. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-tps80031.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-tps80031.c