Return-path: Received: from smtp.nokia.com ([192.100.122.233]:46086 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753944Ab0GFHP2 (ORCPT ); Tue, 6 Jul 2010 03:15:28 -0400 Subject: Re: [PATCH 08/15] wireless: wl1271: make wl12xx.h common to both spi and sdio From: Luciano Coelho To: ext Ohad Ben-Cohen Cc: "linux-wireless@vger.kernel.org" , "linux-mmc@vger.kernel.org" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux@arm.linux.org.uk" , Chikkature Rajashekar Madhusudhan , "akpm@linux-foundation.org" , San Mehat , Ohad Ben-Cohen , kalle.valo@iki.fi In-Reply-To: <1278376666-3509-9-git-send-email-ohad@wizery.com> References: <1278376666-3509-1-git-send-email-ohad@wizery.com> <1278376666-3509-9-git-send-email-ohad@wizery.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 06 Jul 2010 10:08:28 +0300 Message-ID: <1278400108.18287.14.camel@chilepepper> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2010-07-06 at 02:37 +0200, ext Ohad Ben-Cohen wrote: > From: Ohad Ben-Cohen > > Move wl12xx.h outside of the spi-specific location, > so it can be shared with both spi and sdio solutions. > > Signed-off-by: Ohad Ben-Cohen > --- > drivers/net/wireless/wl12xx/wl1251_sdio.c | 2 +- > drivers/net/wireless/wl12xx/wl1251_spi.c | 2 +- > drivers/net/wireless/wl12xx/wl1271_spi.c | 2 +- > include/linux/spi/wl12xx.h | 34 > ----------------------------- > include/linux/wl12xx.h | 34 > +++++++++++++++++++++++++++++ > 5 files changed, 37 insertions(+), 37 deletions(-) > delete mode 100644 include/linux/spi/wl12xx.h > create mode 100644 include/linux/wl12xx.h For the wl1271 part: Acked-by: Luciano Coelho For the wl12xx.h and wl1251 parts, this needs to be acked by Kalle Valo. -- Cheers, Luca.