Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220268
b: refs/heads/master
c: 839fad9
h: refs/heads/master
v: v3
  • Loading branch information
nohee ko authored and Greg Kroah-Hartman committed Oct 9, 2010
1 parent 5979064 commit e9ff6d3
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: 1e8dd5b9b30ed73889a450ca9903c706c17c1e78
refs/heads/master: 839fad996bf0eba85c0c6aa67ba8d89d051b6749
1 change: 0 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ccflags-y := \
-DDHD_SCHED \
-DDHD_SDALIGN=64 \
-DEMBEDDED_PLATFORM \
-DLINUX \
-DMAX_HDR_READ=64 \
-DMMC_SDIO_ABORT \
-DPKT_FILTER_SUPPORT \
Expand Down
9 changes: 0 additions & 9 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#ifndef _dhd_h_
#define _dhd_h_

#if defined(LINUX)
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/kernel.h>
Expand All @@ -38,14 +37,6 @@
#include <linux/wakelock.h>
#endif /* defined (CONFIG_HAS_WAKELOCK) */
/* The kernel threading is sdio-specific */
#else /* LINUX */
#define ENOMEM 1
#define EFAULT 2
#define EINVAL 3
#define EIO 4
#define ETIMEDOUT 5
#define ERESTARTSYS 6
#endif /* LINUX */

#include <wlioctl.h>

Expand Down

0 comments on commit e9ff6d3

Please sign in to comment.