]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rtc-max77686-add-maxim-77686-driver-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 Feb 2013 01:27:43 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:14 +0000 (16:47 +1100)
remove inline, __devinit annotations

Cc: Chiwoong Byun <woong.byun@samsung.com>
Cc: Jonghwa Lee <jonghwa3.lee@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Myugnjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-max77686.c

index c12c672731faed44ccf02d0026a93e2646641ab5..2da0855b742fa05dc034fd93d0771de1f77a5ab5 100644 (file)
@@ -129,7 +129,7 @@ static int max77686_rtc_tm_to_data(struct rtc_time *tm, u8 *data)
        return 0;
 }
 
-static inline int max77686_rtc_update(struct max77686_rtc_info *info,
+static int max77686_rtc_update(struct max77686_rtc_info *info,
        enum MAX77686_RTC_OP op)
 {
        int ret;