From ebe753357ecd10a6dc521dc89f2bfea6c0ee0ca2 Mon Sep 17 00:00:00 2001 From: Pankaj Dubey Date: Thu, 3 Apr 2014 14:50:19 -0700 Subject: [PATCH] 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-format-patch failed