summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include
diff options
context:
space:
mode:
authorRoland Vossen <rvossen@broadcom.com>2011-07-06 00:02:30 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 19:47:46 -0700
commitc4eae44c541cd5c9fe8751da8a3b6d6b036c9ea2 (patch)
treebccc6c1c5537c4dea836b6e4488e3bde4c6d9386 /drivers/staging/brcm80211/include
parent1f660b9ca9e26f1fd3894b0ea8b2e55edb2b2c70 (diff)
downloadop-kernel-dev-c4eae44c541cd5c9fe8751da8a3b6d6b036c9ea2.zip
op-kernel-dev-c4eae44c541cd5c9fe8751da8a3b6d6b036c9ea2.tar.gz
staging: brcm80211: removed unused #ifdef sections in fullmac
CONFIG_MACH_SANDGATE2G, CONFIG_MMC_MSM7X00A, CONFIG_HAS_EARLYSUSPEND and CONFIG_WIFI_CONTROL_FUNC were never defined. Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/include')
-rw-r--r--drivers/staging/brcm80211/include/brcmu_utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/brcm80211/include/brcmu_utils.h b/drivers/staging/brcm80211/include/brcmu_utils.h
index d0039d7..2d54cc5 100644
--- a/drivers/staging/brcm80211/include/brcmu_utils.h
+++ b/drivers/staging/brcm80211/include/brcmu_utils.h
@@ -205,12 +205,8 @@ extern int brcmu_iovar_lencheck(const struct brcmu_iovar *table, void *arg,
#define ISPOWEROF2(x) ((((x)-1)&(x)) == 0)
/* map physical to virtual I/O */
-#if !defined(CONFIG_MMC_MSM7X00A)
#define REG_MAP(pa, size) ioremap_nocache((unsigned long)(pa), \
(unsigned long)(size))
-#else
-#define REG_MAP(pa, size) (void *)(0)
-#endif
/* the largest reasonable packet buffer driver uses for ethernet MTU in bytes */
#define PKTBUFSZ 2048
OpenPOWER on IntegriCloud