]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Include eventhandler.h in more compilation units
authorcem <cem@FreeBSD.org>
Tue, 21 May 2019 01:18:43 +0000 (01:18 +0000)
committercem <cem@FreeBSD.org>
Tue, 21 May 2019 01:18:43 +0000 (01:18 +0000)
commit0e503ca5778b5d477811921ec8f87ad96abe8dfb
tree8fef7b196421dc1bcf5ffd244c3aad8dc03b1b03
parent4ac8e90cc6d627e2c0363d3f4695266f0d80777b
Include eventhandler.h in more compilation units

This was enumerated with exhaustive search for sys/eventhandler.h includes,
cross-referenced against EVENTHANDLER_* usage with the comm(1) utility.  Manual
checking was performed to avoid redundant includes in some drivers where a
common os_bsd.h (for example) included sys/eventhandler.h indirectly, but it is
possible some of these are redundant with driver-specific headers in ways I
didn't notice.

(These CUs did not show up as missing eventhandler.h in tinderbox.)

X-MFC-With: r347984
21 files changed:
sys/arm/allwinner/a10_fb.c
sys/arm/allwinner/a10_hdmi.c
sys/arm/amlogic/aml8726/aml8726_wdt.c
sys/arm/freescale/imx/imx6_ipu.c
sys/arm/rockchip/rk30xx_wdog.c
sys/arm/ti/am335x/am335x_lcd.c
sys/arm/ti/am335x/tda19988.c
sys/compat/linuxkpi/common/src/linux_compat.c
sys/dev/drm2/ttm/ttm_page_alloc.c
sys/dev/fb/creator.c
sys/dev/fb/fbd.c
sys/dev/hdmi/dwc_hdmi.c
sys/dev/iscsi_initiator/iscsi.c
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
sys/mips/atheros/ar531x/ar5315_wdog.c
sys/mips/cavium/octeon_wdog.c
sys/mips/ingenic/jz4780_lcd.c
sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c