From: Pankaj Dubey Date: Thu, 3 Apr 2014 21:50:19 +0000 (-0700) Subject: drivers/rtc/rtc-s3c.c: remove NO_IRQ macro X-Git-Tag: v3.15-rc1~106^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe753357ecd10a6dc521dc89f2bfea6c0ee0ca2;p=pandora-kernel.git drivers/rtc/rtc-s3c.c: remove NO_IRQ macro NO_IRQ may be defined as '(unsigned int) -1' in some architectures (arm, sh ...), and either may not be defined in some architectures (arm64) which can enable RTC_DRV_S3C. Also since platform_get_irq returns err-code in case of any error, we do not need to intialize s3c_rtc_alarmno and s3c_rtc_tickno. Signed-off-by: Pankaj Dubey Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed