From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 6 Sep 2012 13:36:54 -0700 From: Tony Lindgren To: "Mohammed, Afzal" Subject: Re: [PATCH 6/9] ARM: OMAP: Move gpio.h to include/linux/platform_data Message-ID: <20120906203653.GI1303@atomide.com> References: <20120831004828.28732.902.stgit@muffinssi.local> <20120831005234.28732.10624.stgit@muffinssi.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: "alsa-devel@alsa-project.org" , Linus Walleij , Grant Likely , "linux-mtd@lists.infradead.org" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Mohammed, Afzal [120903 03:15]: > Hi, > > On Fri, Aug 31, 2012 at 06:22:34, Tony Lindgren wrote: > > This way we can remove includes of plat/gpio.h which won't work > > with the single zImage support. > > > > Note that we also remove the cpu_class_is_omap2() check > > in gpio-omap.c as the drivers should not call it as we need to > > make it local to arch/arm/mach-omap2 for single zImage support. > > > > While at it, arrange the related includes in the standard way. > > > > Cc: Grant Likely > > Cc: Linus Walleij > > Cc: linux-mtd@lists.infradead.org > > Cc: alsa-devel@alsa-project.org > > Acked-by: Tony Lindgren > > I think there is only one Tony ;) Heh thanks I'll tell myself to replace it with Signed-off-by :) Tony