summaryrefslogtreecommitdiffstats
path: root/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_pcmcia.h
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-13 22:41:23 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-13 22:41:23 +0000
commit562bdcae2cf1f01f8d6e70c3580f3864b103aa5f (patch)
treed19bcf8fcc7e7046b938fedfc72d39170d551d17 /package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_pcmcia.h
parent31f26ea82172ff4a99136a4e664a2f6655a3e641 (diff)
remove old bcm43xx-mac80211... will be replaced by b43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_pcmcia.h')
-rw-r--r--package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_pcmcia.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_pcmcia.h b/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_pcmcia.h
deleted file mode 100644
index e6d5788b7..000000000
--- a/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_pcmcia.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef BCM43xx_PCMCIA_H_
-#define BCM43xx_PCMCIA_H_
-
-#ifdef CONFIG_BCM43XX_MAC80211_PCMCIA
-
-int bcm43xx_pcmcia_init(void);
-void bcm43xx_pcmcia_exit(void);
-
-#else /* CONFIG_BCM43XX_MAC80211_PCMCIA */
-
-static inline
-int bcm43xx_pcmcia_init(void)
-{
- return 0;
-}
-static inline
-void bcm43xx_pcmcia_exit(void)
-{
-}
-
-#endif /* CONFIG_BCM43XX_MAC80211_PCMCIA */
-#endif /* BCM43xx_PCMCIA_H_ */