From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Subject: Re: [PATCH 73/73] include: remove needless instances of Date: Tue, 21 Jan 2014 16:44:37 -0500 Message-ID: <52DEEA45.7090503@windriver.com> References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-74-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , Linux-Arch List-Id: linux-arch.vger.kernel.org On 14-01-21 04:37 PM, Geert Uytterhoeven wrote: > On Tue, Jan 21, 2014 at 10:23 PM, Paul Gortmaker > wrote: >> diff --git a/include/linux/zorro.h b/include/linux/zorro.h >> index 63fbba0..529604b 100644 >> --- a/include/linux/zorro.h >> +++ b/include/linux/zorro.h >> @@ -15,7 +15,6 @@ >> #include >> >> #include >> -#include >> #include >> #include > > There's an __initdata below in that file: > > extern struct zorro_dev_init zorro_autocon_init[ZORRO_NUM_AUTO] __initdata; Aha, that was from a relatively recent commit; I'd done the original version of this series last year on a tree that didn't have that. Thanks for spotting it ; appreciate that -- will fix and push. Paul. -- > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com ([147.11.1.11]:60278 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932181AbaAUVoV (ORCPT ); Tue, 21 Jan 2014 16:44:21 -0500 Message-ID: <52DEEA45.7090503@windriver.com> Date: Tue, 21 Jan 2014 16:44:37 -0500 From: Paul Gortmaker MIME-Version: 1.0 Subject: Re: [PATCH 73/73] include: remove needless instances of References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-74-git-send-email-paul.gortmaker@windriver.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , Linux-Arch Message-ID: <20140121214437.gYw568UPEakPcNCBES6hmVpa7MJtqmiMuqjHjDLvfe0@z> On 14-01-21 04:37 PM, Geert Uytterhoeven wrote: > On Tue, Jan 21, 2014 at 10:23 PM, Paul Gortmaker > wrote: >> diff --git a/include/linux/zorro.h b/include/linux/zorro.h >> index 63fbba0..529604b 100644 >> --- a/include/linux/zorro.h >> +++ b/include/linux/zorro.h >> @@ -15,7 +15,6 @@ >> #include >> >> #include >> -#include >> #include >> #include > > There's an __initdata below in that file: > > extern struct zorro_dev_init zorro_autocon_init[ZORRO_NUM_AUTO] __initdata; Aha, that was from a relatively recent commit; I'd done the original version of this series last year on a tree that didn't have that. Thanks for spotting it ; appreciate that -- will fix and push. Paul. -- > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds >