svn commit: r320466 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Thu Jun 29 03:59:03 UTC 2017
Author: adrian
Date: Thu Jun 29 03:59:02 2017
New Revision: 320466
URL: https://svnweb.freebsd.org/changeset/base/320466
Log:
[ath_hal] if building with ALQ, ensure we actually depend upon ALQ.
Modified:
head/sys/dev/ath/ah_osdep.c
Modified: head/sys/dev/ath/ah_osdep.c
==============================================================================
--- head/sys/dev/ath/ah_osdep.c Thu Jun 29 03:58:01 2017 (r320465)
+++ head/sys/dev/ath/ah_osdep.c Thu Jun 29 03:59:02 2017 (r320466)
@@ -449,3 +449,6 @@ ath_hal_modevent(module_t mod __unused, int type, void
DEV_MODULE(ath_hal, ath_hal_modevent, NULL);
MODULE_VERSION(ath_hal, 1);
+#if defined(AH_DEBUG_ALQ)
+MODULE_DEPEND(ath_hal, alq, 1, 1, 1);
+#endif
More information about the svn-src-head
mailing list