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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to