Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756646Ab1EWRoA (ORCPT ); Mon, 23 May 2011 13:44:00 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:27108 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754898Ab1EWRn7 (ORCPT ); Mon, 23 May 2011 13:43:59 -0400 Date: Mon, 23 May 2011 10:43:00 -0700 From: Randy Dunlap To: Stephen Rothwell , x86@kernel.org Cc: linux-next@vger.kernel.org, LKML Subject: [PATCH -next] x86: apic_flat_64.c needs module.h Message-Id: <20110523104300.dd532a99.randy.dunlap@oracle.com> In-Reply-To: <20110523154518.5e27cfb0.sfr@canb.auug.org.au> References: <20110523154518.5e27cfb0.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4DDA9CB0.00AA:SCFMA922111,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1119 Lines: 28 From: Randy Dunlap apic_flat_64.c needs to include module.h to fix these warnings: arch/x86/kernel/apic/apic_flat_64.c:31: warning: data definition has no type or storage class arch/x86/kernel/apic/apic_flat_64.c:31: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' arch/x86/kernel/apic/apic_flat_64.c:31: warning: parameter names (without types) in function declaration Signed-off-by: Randy Dunlap --- arch/x86/kernel/apic/apic_flat_64.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20110523.orig/arch/x86/kernel/apic/apic_flat_64.c +++ linux-next-20110523/arch/x86/kernel/apic/apic_flat_64.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/