aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/p54spi.h
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@web.de>2009-01-16 16:34:15 -0500
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 5013ebc8712e..7fbe8d8fc67c 100644
--- a/drivers/net/wireless/p54/p54spi.h
+++ b/drivers/net/wireless/p54/p54spi.h
@@ -25,7 +25,6 @@
25#include <linux/mutex.h> 25#include <linux/mutex.h>
26#include <linux/list.h> 26#include <linux/list.h>
27#include <net/mac80211.h> 27#include <net/mac80211.h>
28#include <mach/board.h>
29 28
30#include "p54.h" 29#include "p54.h"
31 30
@@ -108,7 +107,6 @@ struct p54s_priv {
108 struct p54_common common; 107 struct p54_common common;
109 struct ieee80211_hw *hw; 108 struct ieee80211_hw *hw;
110 struct spi_device *spi; 109 struct spi_device *spi;
111 const struct omap_wlan_cx3110x_config *config;
112 110
113 struct work_struct work; 111 struct work_struct work;
114 112