From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] of/fdt.c: asm/setup.h included twice Date: Wed, 15 Feb 2012 13:20:40 -0600 Message-ID: <4F3C0588.1080601@gmail.com> References: <1329328528-4847-1-git-send-email-danny.kukawka@bisect.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1329328528-4847-1-git-send-email-danny.kukawka-2YacvwyR+KOzQB+pC5nmwQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Danny Kukawka Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Danny Kukawka , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 02/15/2012 11:55 AM, Danny Kukawka wrote: > drivers/of/fdt.c included 'asm/setup.h' twice, remove the duplicate. > > Signed-off-by: Danny Kukawka Applied for 3.4. Rob > --- > drivers/of/fdt.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c > index ea2bd1b..91a375f 100644 > --- a/drivers/of/fdt.c > +++ b/drivers/of/fdt.c > @@ -23,7 +23,6 @@ > #include > #endif /* CONFIG_PPC */ > > -#include > #include > > char *of_fdt_get_string(struct boot_param_header *blob, u32 offset)