svn commit: r343760 - in stable: 10/sys/dev/usb/wlan 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan
Andriy Voskoboinyk
avos at FreeBSD.org
Tue Feb 5 03:01:15 UTC 2019
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/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
Directory Properties:
stable/10/ (props changed)
Changes in other areas also in this revision:
Modified:
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
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/11/ (props changed)
stable/12/ (props changed)
Modified: stable/10/sys/dev/usb/wlan/if_rsu.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_rsu.c Tue Feb 5 02:33:57 2019 (r343759)
+++ stable/10/sys/dev/usb/wlan/if_rsu.c Tue Feb 5 03:01:10 2019 (r343760)
@@ -35,12 +35,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/10/sys/dev/usb/wlan/if_rum.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_rum.c Tue Feb 5 02:33:57 2019 (r343759)
+++ stable/10/sys/dev/usb/wlan/if_rum.c Tue Feb 5 03:01:10 2019 (r343760)
@@ -41,10 +41,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_arp.h>
Modified: stable/10/sys/dev/usb/wlan/if_run.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_run.c Tue Feb 5 02:33:57 2019 (r343759)
+++ stable/10/sys/dev/usb/wlan/if_run.c Tue Feb 5 03:01:10 2019 (r343760)
@@ -42,10 +42,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_arp.h>
Modified: stable/10/sys/dev/usb/wlan/if_uath.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_uath.c Tue Feb 5 02:33:57 2019 (r343759)
+++ stable/10/sys/dev/usb/wlan/if_uath.c Tue Feb 5 03:01:10 2019 (r343760)
@@ -80,10 +80,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_arp.h>
Modified: stable/10/sys/dev/usb/wlan/if_upgt.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_upgt.c Tue Feb 5 02:33:57 2019 (r343759)
+++ stable/10/sys/dev/usb/wlan/if_upgt.c Tue Feb 5 03:01:10 2019 (r343760)
@@ -38,7 +38,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/10/sys/dev/usb/wlan/if_ural.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_ural.c Tue Feb 5 02:33:57 2019 (r343759)
+++ stable/10/sys/dev/usb/wlan/if_ural.c Tue Feb 5 03:01:10 2019 (r343760)
@@ -43,10 +43,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_arp.h>
Modified: stable/10/sys/dev/usb/wlan/if_urtw.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_urtw.c Tue Feb 5 02:33:57 2019 (r343759)
+++ stable/10/sys/dev/usb/wlan/if_urtw.c Tue Feb 5 03:01:10 2019 (r343760)
@@ -31,10 +31,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_arp.h>
#include <net/ethernet.h>
Modified: stable/10/sys/dev/usb/wlan/if_zyd.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_zyd.c Tue Feb 5 02:33:57 2019 (r343759)
+++ stable/10/sys/dev/usb/wlan/if_zyd.c Tue Feb 5 03:01:10 2019 (r343760)
@@ -42,10 +42,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_arp.h>
More information about the svn-src-all
mailing list