From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753759Ab0KZJGr (ORCPT ); Fri, 26 Nov 2010 04:06:47 -0500 Received: from www.tglx.de ([62.245.132.106]:49070 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751328Ab0KZJGp (ORCPT ); Fri, 26 Nov 2010 04:06:45 -0500 Message-ID: <4CEF7892.9020103@linutronix.de> Date: Fri, 26 Nov 2010 10:06:26 +0100 From: Sebastian Andrzej Siewior User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100329) MIME-Version: 1.0 To: Sam Ravnborg CC: linux-kernel@vger.kernel.org, sodaville@linutronix.de, x86@kernel.org, devicetree-discuss@lists.ozlabs.org, Dirk Brandewie Subject: Re: [PATCH 02/11] x86: Add device tree support References: <1290706801-7323-1-git-send-email-bigeasy@linutronix.de> <1290706801-7323-3-git-send-email-bigeasy@linutronix.de> <20101125225337.GA21223@merkur.ravnborg.org> In-Reply-To: <20101125225337.GA21223@merkur.ravnborg.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sam Ravnborg wrote: >> +++ b/arch/x86/include/asm/prom.h >> +#ifdef __KERNEL__ > > This file is not exported to userspace - so no need to guard with __KERNEL__ Removed. > > Sam Sebastian From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [PATCH 02/11] x86: Add device tree support Date: Fri, 26 Nov 2010 10:06:26 +0100 Message-ID: <4CEF7892.9020103@linutronix.de> References: <1290706801-7323-1-git-send-email-bigeasy@linutronix.de> <1290706801-7323-3-git-send-email-bigeasy@linutronix.de> <20101125225337.GA21223@merkur.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20101125225337.GA21223-OoSGOWW0KRunlFQ6Q1D1Y0B+6BGkLq7r@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Sam Ravnborg Cc: sodaville-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Sam Ravnborg wrote: >> +++ b/arch/x86/include/asm/prom.h >> +#ifdef __KERNEL__ > > This file is not exported to userspace - so no need to guard with __KERNEL__ Removed. > > Sam Sebastian