aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/rpc_osl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/brcm80211/include/rpc_osl.h')
-rw-r--r--drivers/staging/brcm80211/include/rpc_osl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/brcm80211/include/rpc_osl.h b/drivers/staging/brcm80211/include/rpc_osl.h
index 4a2648001bf0..c59d9ed1397a 100644
--- a/drivers/staging/brcm80211/include/rpc_osl.h
+++ b/drivers/staging/brcm80211/include/rpc_osl.h
@@ -18,7 +18,7 @@
#define _rpcosl_h_
typedef struct rpc_osl rpc_osl_t;
-extern rpc_osl_t *rpc_osl_attach(osl_t *osh);
+extern rpc_osl_t *rpc_osl_attach(struct osl_info *osh);
extern void rpc_osl_detach(rpc_osl_t *rpc_osh);
#define RPC_OSL_LOCK(rpc_osh) rpc_osl_lock((rpc_osh))