Author: avos
Date: Tue Feb  5 03:01:10 2019
New Revision: 343760
URL: https://svnweb.freebsd.org/changeset/base/343760

Log:
  MFC r343541:
  Drop some unneeded includes from wireless USB drivers.

Modified:
  stable/12/sys/dev/usb/wlan/if_rsu.c
  stable/12/sys/dev/usb/wlan/if_rum.c
  stable/12/sys/dev/usb/wlan/if_run.c
  stable/12/sys/dev/usb/wlan/if_uath.c
  stable/12/sys/dev/usb/wlan/if_upgt.c
  stable/12/sys/dev/usb/wlan/if_ural.c
  stable/12/sys/dev/usb/wlan/if_urtw.c
  stable/12/sys/dev/usb/wlan/if_zyd.c
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/dev/usb/wlan/if_rsu.c
  stable/10/sys/dev/usb/wlan/if_rum.c
  stable/10/sys/dev/usb/wlan/if_run.c
  stable/10/sys/dev/usb/wlan/if_uath.c
  stable/10/sys/dev/usb/wlan/if_upgt.c
  stable/10/sys/dev/usb/wlan/if_ural.c
  stable/10/sys/dev/usb/wlan/if_urtw.c
  stable/10/sys/dev/usb/wlan/if_zyd.c
  stable/11/sys/dev/usb/wlan/if_rsu.c
  stable/11/sys/dev/usb/wlan/if_rum.c
  stable/11/sys/dev/usb/wlan/if_run.c
  stable/11/sys/dev/usb/wlan/if_uath.c
  stable/11/sys/dev/usb/wlan/if_upgt.c
  stable/11/sys/dev/usb/wlan/if_ural.c
  stable/11/sys/dev/usb/wlan/if_urtw.c
  stable/11/sys/dev/usb/wlan/if_zyd.c
Directory Properties:
  stable/10/   (props changed)
  stable/11/   (props changed)

Modified: stable/12/sys/dev/usb/wlan/if_rsu.c
==============================================================================
--- stable/12/sys/dev/usb/wlan/if_rsu.c Tue Feb  5 02:33:57 2019        
(r343759)
+++ stable/12/sys/dev/usb/wlan/if_rsu.c Tue Feb  5 03:01:10 2019        
(r343760)
@@ -39,12 +39,8 @@ __FBSDID("$FreeBSD$");
 #include <sys/systm.h>
 #include <sys/conf.h>
 #include <sys/bus.h>
-#include <sys/rman.h>
 #include <sys/firmware.h>
 #include <sys/module.h>
-
-#include <machine/bus.h>
-#include <machine/resource.h>
 
 #include <net/bpf.h>
 #include <net/if.h>

Modified: stable/12/sys/dev/usb/wlan/if_rum.c
==============================================================================
--- stable/12/sys/dev/usb/wlan/if_rum.c Tue Feb  5 02:33:57 2019        
(r343759)
+++ stable/12/sys/dev/usb/wlan/if_rum.c Tue Feb  5 03:01:10 2019        
(r343760)
@@ -44,10 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/endian.h>
 #include <sys/kdb.h>
 
-#include <machine/bus.h>
-#include <machine/resource.h>
-#include <sys/rman.h>
-
 #include <net/bpf.h>
 #include <net/if.h>
 #include <net/if_var.h>

Modified: stable/12/sys/dev/usb/wlan/if_run.c
==============================================================================
--- stable/12/sys/dev/usb/wlan/if_run.c Tue Feb  5 02:33:57 2019        
(r343759)
+++ stable/12/sys/dev/usb/wlan/if_run.c Tue Feb  5 03:01:10 2019        
(r343760)
@@ -44,10 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/firmware.h>
 #include <sys/kdb.h>
 
-#include <machine/bus.h>
-#include <machine/resource.h>
-#include <sys/rman.h>
-
 #include <net/bpf.h>
 #include <net/if.h>
 #include <net/if_var.h>

Modified: stable/12/sys/dev/usb/wlan/if_uath.c
==============================================================================
--- stable/12/sys/dev/usb/wlan/if_uath.c        Tue Feb  5 02:33:57 2019        
(r343759)
+++ stable/12/sys/dev/usb/wlan/if_uath.c        Tue Feb  5 03:01:10 2019        
(r343760)
@@ -85,10 +85,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/endian.h>
 #include <sys/kdb.h>
 
-#include <machine/bus.h>
-#include <machine/resource.h>
-#include <sys/rman.h>
-
 #include <net/bpf.h>
 #include <net/if.h>
 #include <net/if_var.h>

Modified: stable/12/sys/dev/usb/wlan/if_upgt.c
==============================================================================
--- stable/12/sys/dev/usb/wlan/if_upgt.c        Tue Feb  5 02:33:57 2019        
(r343759)
+++ stable/12/sys/dev/usb/wlan/if_upgt.c        Tue Feb  5 03:01:10 2019        
(r343760)
@@ -41,7 +41,6 @@
 #include <net/if_types.h>
 
 #include <sys/bus.h>
-#include <machine/bus.h>
 
 #include <net80211/ieee80211_var.h>
 #include <net80211/ieee80211_phy.h>

Modified: stable/12/sys/dev/usb/wlan/if_ural.c
==============================================================================
--- stable/12/sys/dev/usb/wlan/if_ural.c        Tue Feb  5 02:33:57 2019        
(r343759)
+++ stable/12/sys/dev/usb/wlan/if_ural.c        Tue Feb  5 03:01:10 2019        
(r343760)
@@ -45,10 +45,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/endian.h>
 #include <sys/kdb.h>
 
-#include <machine/bus.h>
-#include <machine/resource.h>
-#include <sys/rman.h>
-
 #include <net/bpf.h>
 #include <net/if.h>
 #include <net/if_var.h>

Modified: stable/12/sys/dev/usb/wlan/if_urtw.c
==============================================================================
--- stable/12/sys/dev/usb/wlan/if_urtw.c        Tue Feb  5 02:33:57 2019        
(r343759)
+++ stable/12/sys/dev/usb/wlan/if_urtw.c        Tue Feb  5 03:01:10 2019        
(r343760)
@@ -34,10 +34,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/endian.h>
 #include <sys/kdb.h>
 
-#include <machine/bus.h>
-#include <machine/resource.h>
-#include <sys/rman.h>
-
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/if_arp.h>

Modified: stable/12/sys/dev/usb/wlan/if_zyd.c
==============================================================================
--- stable/12/sys/dev/usb/wlan/if_zyd.c Tue Feb  5 02:33:57 2019        
(r343759)
+++ stable/12/sys/dev/usb/wlan/if_zyd.c Tue Feb  5 03:01:10 2019        
(r343760)
@@ -44,10 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/endian.h>
 #include <sys/kdb.h>
 
-#include <machine/bus.h>
-#include <machine/resource.h>
-#include <sys/rman.h>
-
 #include <net/bpf.h>
 #include <net/if.h>
 #include <net/if_var.h>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to