Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259797
b: refs/heads/master
c: e0d319f
h: refs/heads/master
i:
  259795: 88da1b3
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 012106f commit fd6f854
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3341e71f079798605e26519c49bacf398f25b72
refs/heads/master: e0d319f5c7d59756d27f29bd40ea539c090a7c98
1 change: 0 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

ccflags-y := \
-DBCMPLATFORM_BUS \
-DBCMSDIO \
-DBRCM_FULLMAC \
-DBRCMF_FIRSTREAD=64 \
Expand Down
9 changes: 0 additions & 9 deletions trunk/drivers/staging/brcm80211/brcmfmac/bcmsdh_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
extern void brcmf_sdbrcm_isr(void *args);
#endif /* defined(OOB_INTR_ONLY) */
#if defined(CONFIG_MACH_SANDGATE2G) || defined(CONFIG_MACH_LOGICPD_PXA270)
#if !defined(BCMPLATFORM_BUS)
#define BCMPLATFORM_BUS
#endif /* !defined(BCMPLATFORM_BUS) */

#include <linux/platform_device.h>
#endif /* CONFIG_MACH_SANDGATE2G */
Expand All @@ -51,11 +48,7 @@ extern void brcmf_sdbrcm_isr(void *args);
*/
struct bcmsdh_hc {
struct bcmsdh_hc *next;
#ifdef BCMPLATFORM_BUS
struct device *dev; /* platform device handle */
#else
struct pci_dev *dev; /* pci device handle */
#endif /* BCMPLATFORM_BUS */
void *regs; /* SDIO Host Controller address */
struct brcmf_sdio *sdh; /* SDIO Host Controller handle */
void *ch;
Expand Down Expand Up @@ -120,7 +113,6 @@ bool brcmf_sdio_chipmatch(u16 vendor, u16 device)
return false;
}

#if defined(BCMPLATFORM_BUS)
/* forward declarations */
int brcmf_sdio_probe(struct device *dev);
EXPORT_SYMBOL(brcmf_sdio_probe);
Expand Down Expand Up @@ -228,7 +220,6 @@ int brcmf_sdio_remove(struct device *dev)
kfree(sdhc);
return 0;
}
#endif /* BCMPLATFORM_BUS */

extern int brcmf_sdio_function_init(void);

Expand Down

0 comments on commit fd6f854

Please sign in to comment.