From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: rtc-linux@googlegroups.com MIME-Version: 1.0 Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id x203si190730wme.0.2016.06.03.06.33.26 for ; Fri, 03 Jun 2016 06:33:26 -0700 (PDT) Received: from localhost (132.230.147.77.rev.sfr.net [77.147.230.132]) by mail.free-electrons.com (Postfix) with ESMTPSA id 653E51C2 for ; Fri, 3 Jun 2016 15:33:21 +0200 (CEST) Resent-Message-ID: <20160603133320.GC4594@piout.net> From: Guenter Roeck To: David Howells Cc: linux-am33-list@redhat.com, linux-kernel@vger.kernel.org, Guenter Roeck , Arnd Bergmann , Alexandre Belloni Subject: [rtc-linux] [PATCH] mn10300: Add missing include file to proc-init.c Date: Thu, 2 Jun 2016 17:38:28 -0700 Message-Id: <1464914308-10906-1-git-send-email-linux@roeck-us.net> Reply-To: rtc-linux@googlegroups.com Content-Type: text/plain; charset=UTF-8 List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , mn10300:asb2303_defconfig fails to build as follows. arch/mn10300/proc-mn103e010/proc-init.c: In function 'processor_init': arch/mn10300/proc-mn103e010/proc-init.c:59:24: error: 'NR_IRQS' undeclared Fixes: 4511118b5b44 ("char/genrtc: remove mn10300 support") Cc: Arnd Bergmann Cc: Alexandre Belloni Signed-off-by: Guenter Roeck --- Applies to next-20160602. Feel free to merge into the original patch. arch/mn10300/proc-mn103e010/proc-init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mn10300/proc-mn103e010/proc-init.c b/arch/mn10300/proc-mn103e010/proc-init.c index d4dcb0c56b35..94641c420b3f 100644 --- a/arch/mn10300/proc-mn103e010/proc-init.c +++ b/arch/mn10300/proc-mn103e010/proc-init.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include -- 2.5.0 -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.