Date: Thu, 1 Aug 2013 21:50:50 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253868 - head/sys/dev/iwn Message-ID: <201308012150.r71LooV5056693@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu Aug 1 21:50:50 2013 New Revision: 253868 URL: http://svnweb.freebsd.org/changeset/base/253868 Log: Now that conf/options knows about if_iwn.h, add it to if_iwn.c. This allows for IWN_DEBUG (and maybe more stuff later) to be a build time configure option. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ============================================================================== --- head/sys/dev/iwn/if_iwn.c Thu Aug 1 21:50:13 2013 (r253867) +++ head/sys/dev/iwn/if_iwn.c Thu Aug 1 21:50:50 2013 (r253868) @@ -27,6 +27,7 @@ __FBSDID("$FreeBSD$"); #include "opt_wlan.h" +#include "opt_iwn.h" #include <sys/param.h> #include <sys/sockio.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308012150.r71LooV5056693>