kernel - Adjust devlcass arg for DRIVER_MODULE_ORDERED() macro
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 May 2022 00:11:29 +0000 (17:11 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 May 2022 01:18:45 +0000 (18:18 -0700)
commit5716abfee22bb12997f2be6a4cce0b691e6c5436
tree1f29496425d76d4111303b65b5bc4e520d2c9e4c
parentba1dbd396d7a228d00e493763ba4d0f0d3512ee3
kernel - Adjust devlcass arg for DRIVER_MODULE_ORDERED() macro

* Adjust the argument to pass in &devclass instead of having the macro
  add the '&'.  This allows NULL to be passed in, for better FreeBSD
  compatibility.
sys/bus/u4b/audio/uaudio.c
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
sys/dev/drm/i915/i915_pci.c
sys/dev/drm/radeon/radeon_drv.c
sys/dev/raid/amr/amr_disk.c
sys/sys/bus.h