diff options
author | Brett Rudley <[email protected]> | 2010-12-03 18:00:26 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2010-12-06 16:07:33 -0800 |
commit | e63449b7171fa19d1d2404179665d5ed146e8990 (patch) | |
tree | c0e253e0432124b05275b950ee81d446f4bd4968 | |
parent | 326a67977c15715d627525deade9e859f5cd5646 (diff) |
staging: brcm80211: Removing cruft from osl.h
Signed-off-by: Brett Rudley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/brcm80211/include/osl.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/brcm80211/include/osl.h b/drivers/staging/brcm80211/include/osl.h index c99920b52e9d..54fdfd609729 100644 --- a/drivers/staging/brcm80211/include/osl.h +++ b/drivers/staging/brcm80211/include/osl.h @@ -29,15 +29,6 @@ struct osl_info { typedef struct osl_dmainfo osldma_t; -#ifdef BCMSDIO -/* Drivers use REGOPSSET() to register register read/write funcitons */ -typedef unsigned int (*osl_rreg_fn_t) (void *ctx, void *reg, unsigned int size); -typedef void (*osl_wreg_fn_t) (void *ctx, void *reg, unsigned int val, - unsigned int size); -#endif /* BCMSDIO */ - -#include <linux/skbuff.h> - extern struct osl_info *osl_attach(void *pdev, uint bustype); extern void osl_detach(struct osl_info *osh); |