staging: brcm80211: Removing cruft from osl.h

Signed-off-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Brett Rudley 2010-12-03 18:00:26 -08:00 committed by Greg Kroah-Hartman
parent 326a67977c
commit e63449b717

View file

@ -29,15 +29,6 @@ struct osl_info {
typedef struct osl_dmainfo osldma_t; 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 struct osl_info *osl_attach(void *pdev, uint bustype);
extern void osl_detach(struct osl_info *osh); extern void osl_detach(struct osl_info *osh);