summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/p54/p54spi.h
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@web.de>2009-01-16 22:34:15 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 16:00:44 -0500
commita2116993c172bbb0c62f83d25cc3fe5dc7fece0d (patch)
treee2396f6c4fc6e064e4bfc45f14c4a37340d61187 /drivers/net/wireless/p54/p54spi.h
parentc88a768d7ed1bc38eedf18d16419ef2f01cd2d0d (diff)
p54spi: remove arch specific dependencies
On Friday 16 January 2009 20:33:43 Kalle Valo wrote: > N800 and N810 support is not on mainline yet, for stlc45xx I decided > to add module parameters for the gpio numbers. Here's the commit from > stlc45xx repo: > > http://gitorious.org/projects/stlc45xx/repos/mainline/commits/35afc5df0027d02d49e6f5bf986dcc4deb4ee6cf This is the same patch for p54spi. It removes all N800/N810 specific code from p54spi, so the driver can be used on other architectures, or configurations as well. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54spi.h')
-rw-r--r--drivers/net/wireless/p54/p54spi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/p54/p54spi.h b/drivers/net/wireless/p54/p54spi.h
index 5013ebc8712..7fbe8d8fc67 100644
--- a/drivers/net/wireless/p54/p54spi.h
+++ b/drivers/net/wireless/p54/p54spi.h
@@ -25,7 +25,6 @@
#include <linux/mutex.h>
#include <linux/list.h>
#include <net/mac80211.h>
-#include <mach/board.h>
#include "p54.h"
@@ -108,7 +107,6 @@ struct p54s_priv {
struct p54_common common;
struct ieee80211_hw *hw;
struct spi_device *spi;
- const struct omap_wlan_cx3110x_config *config;
struct work_struct work;