From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] x86: devicetree.h needs export.h Date: Fri, 29 Jul 2011 18:04:22 -0700 Message-ID: <20110729180422.07355fdb.rdunlap@xenotime.net> References: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy4-pub.bluehost.com ([69.89.21.11]:50560 "HELO oproxy4-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752840Ab1G3BE0 (ORCPT ); Fri, 29 Jul 2011 21:04:26 -0400 In-Reply-To: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , x86@kernel.org Cc: linux-next@vger.kernel.org, LKML From: Randy Dunlap devicetree.c needs to include linux/export.h to fix build errors. Signed-off-by: Randy Dunlap --- arch/x86/kernel/devicetree.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20110729.orig/arch/x86/kernel/devicetree.c +++ linux-next-20110729/arch/x86/kernel/devicetree.c @@ -2,6 +2,7 @@ * Architecture specific OF callbacks. */ #include +#include #include #include #include