From: Axel Lin Date: Sat, 5 Mar 2011 01:36:19 +0000 (-0800) Subject: drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie() X-Git-Tag: v2.6.38-rc8~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec38a0359e227c01080dcd670a0368c61ccd9ce;p=pandora-kernel.git drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie() Fix s3c_rtc_setaie() prototype to eliminate the following compile warning: drivers/rtc/rtc-s3c.c:383: warning: initialization from incompatible pointer type (akpm: the rtc_class_ops.alarm_irq_enable() handler is being passed two arguments where it expects just one, presumably with undesired effects) Signed-off-by: Axel Lin Cc: Alessandro Zummo Cc: Ben Dooks Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed