Author: ray
Date: Mon Feb 20 15:05:21 2012
New Revision: 231939
URL: http://svn.freebsd.org/changeset/base/231939

Log:
  Remove redundant forward declaration of struct ieee80211com.
  
  Approved by:  bschmidt

Modified:
  head/sys/net80211/ieee80211_node.h

Modified: head/sys/net80211/ieee80211_node.h
==============================================================================
--- head/sys/net80211/ieee80211_node.h  Mon Feb 20 13:59:24 2012        
(r231938)
+++ head/sys/net80211/ieee80211_node.h  Mon Feb 20 15:05:21 2012        
(r231939)
@@ -299,8 +299,6 @@ ieee80211_unref_node(struct ieee80211_no
        *ni = NULL;                     /* guard against use */
 }
 
-struct ieee80211com;
-
 void   ieee80211_node_attach(struct ieee80211com *);
 void   ieee80211_node_lateattach(struct ieee80211com *);
 void   ieee80211_node_detach(struct ieee80211com *);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to