Commit 5b93a8b8 authored by Mike Rapoport's avatar Mike Rapoport Committed by Greg Kroah-Hartman

staging: brcm80211: remove unused osl_pkt{get,free}_static

Signed-off-by: default avatarMike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a1dc08b7
...@@ -291,9 +291,6 @@ extern void *osl_pktget(osl_t *osh, uint len); ...@@ -291,9 +291,6 @@ extern void *osl_pktget(osl_t *osh, uint len);
extern void osl_pktfree(osl_t *osh, void *skb, bool send); extern void osl_pktfree(osl_t *osh, void *skb, bool send);
#ifdef BRCM_FULLMAC #ifdef BRCM_FULLMAC
extern void *osl_pktget_static(osl_t *osh, uint len);
extern void osl_pktfree_static(osl_t *osh, void *skb, bool send);
static inline void * static inline void *
osl_pkt_frmnative(osl_pubinfo_t *osh, struct sk_buff *skb) osl_pkt_frmnative(osl_pubinfo_t *osh, struct sk_buff *skb)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment