From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Fri, 13 Jan 2012 16:34:04 +0000 Subject: [RFC PATCH 03/10] ARM: mc146818rtc: remove unnecessary include of mach/irqs.h Message-Id: <1326472451-9002-4-git-send-email-robherring2@gmail.com> List-Id: References: <1326472451-9002-1-git-send-email-robherring2@gmail.com> In-Reply-To: <1326472451-9002-1-git-send-email-robherring2@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Rob Herring The include of mach/irqs.h isn't needed, so remove it. Compiled CMOS rtc driver. Signed-off-by: Rob Herring --- arch/arm/include/asm/mc146818rtc.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/mc146818rtc.h b/arch/arm/include/asm/mc146818rtc.h index 6b884d2..d535470 100644 --- a/arch/arm/include/asm/mc146818rtc.h +++ b/arch/arm/include/asm/mc146818rtc.h @@ -5,7 +5,6 @@ #define _ASM_MC146818RTC_H #include -#include #ifndef RTC_PORT #define RTC_PORT(x) (0x70 + (x)) -- 1.7.5.4