[PATCH 1/7] rtc: rtc-mv: add __init annotation

2013-02-28 Thread Jingoo Han
When platform_driver_probe() is used, bind/unbind via sysfs is disabled. Thus, __init/__exit annotations can be added to probe()/remove(). Signed-off-by: Jingoo Han --- drivers/rtc/rtc-mv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/rtc-mv.c

[PATCH 1/7] rtc: rtc-mv: add __init annotation

2013-02-28 Thread Jingoo Han
When platform_driver_probe() is used, bind/unbind via sysfs is disabled. Thus, __init/__exit annotations can be added to probe()/remove(). Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/rtc/rtc-mv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git