Browse Source

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

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Mike Rapoport 14 years ago
parent
commit
5b93a8b8e0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/staging/brcm80211/include/linux_osl.h

+ 0 - 3
drivers/staging/brcm80211/include/linux_osl.h

@@ -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)
 {
 {