git: kernel: Remove <sys/mutex.h> from all files that don't need it (2/2).
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Mar 28 06:00:55 PDT 2020
commit d147c94391cf5cc415970d2b885fcc931026c34e
Author: Sascha Wildner <saw at online.de>
Date: Sat Mar 28 14:00:49 2020 +0100
kernel: Remove <sys/mutex.h> from all files that don't need it (2/2).
98% of these were remains from porting from FreeBSD which could have
been removed after converting to lockmgr(), etc.
Due to an issue in my checking earlier, not everything was cleaned up
correctly.
Summary of changes:
sys/bus/u4b/controller/ohci.c | 1 -
sys/bus/u4b/input/uep.c | 1 -
sys/bus/u4b/input/uhid.c | 1 -
sys/bus/u4b/net/if_cdce.c | 1 -
sys/bus/u4b/net/if_udav.c | 1 -
sys/bus/u4b/storage/ustorage_fs.c | 1 -
sys/bus/u4b/usb_busdma.c | 1 -
sys/bus/u4b/usb_dev.c | 1 -
sys/bus/u4b/usb_device.c | 1 -
sys/bus/u4b/usb_dynamic.c | 1 -
sys/bus/u4b/usb_generic.c | 1 -
sys/bus/u4b/usb_handle_request.c | 1 -
sys/bus/u4b/usb_hub.c | 1 -
sys/bus/u4b/usb_msctest.c | 1 -
sys/bus/u4b/usb_process.c | 1 -
sys/bus/u4b/usb_transfer.c | 1 -
sys/bus/u4b/wlan/if_urtwn.c | 1 -
sys/dev/misc/kbdmux/kbdmux.c | 1 -
sys/dev/netif/ath/ath/if_ath.c | 1 -
sys/dev/netif/ath/ath/if_ath_ahb.c | 1 -
sys/dev/netif/ath/ath/if_ath_beacon.c | 1 -
sys/dev/netif/ath/ath/if_ath_descdma.c | 1 -
sys/dev/netif/ath/ath/if_ath_led.c | 1 -
sys/dev/netif/ath/ath/if_ath_rx.c | 1 -
sys/dev/netif/ath/ath/if_ath_rx_edma.c | 1 -
sys/dev/netif/ath/ath/if_ath_tx.c | 1 -
sys/dev/netif/ath/ath/if_ath_tx_edma.c | 1 -
sys/dev/netif/ath/ath_rate/amrr/amrr.c | 1 -
sys/dev/netif/ath/ath_rate/onoe/onoe.c | 1 -
sys/dev/netif/ath/ath_rate/sample/sample.c | 1 -
sys/dev/netif/bwn/bwn/if_bwn.c | 1 -
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c | 1 -
sys/dev/netif/bwn/siba/siba_bwn.c | 1 -
sys/dev/netif/iwi/if_iwi.c | 1 -
sys/dev/netif/ral/rt2560.c | 1 -
sys/dev/netif/ral/rt2661.c | 1 -
sys/dev/netif/ral/rt2860.c | 1 -
sys/dev/powermng/intpm/intpm.c | 1 -
sys/dev/sound/midi/midi.c | 1 -
sys/dev/sound/midi/mpu401.c | 1 -
sys/dev/sound/midi/sequencer.c | 1 -
sys/dev/virtual/virtio/balloon/virtio_balloon.c | 1 -
sys/emulation/ndis/kern_ndis.c | 1 -
sys/net/pf/pf_ioctl.c | 1 -
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c | 1 -
sys/vfs/hammer2/hammer2_iocom.c | 2 --
46 files changed, 47 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d147c94391cf5cc415970d2b885fcc931026c34e
--
DragonFly BSD source repository
More information about the Commits
mailing list