svn commit: r308107 - in head/sys/modules/bhnd: . bcma bcma_bhndb bhndb bhndb_pci cores/bhnd_pci cores/bhnd_pci_hostb cores/bhnd_pcib siba siba_bhndb
John Baldwin
jhb at freebsd.org
Sun Oct 30 22:07:47 UTC 2016
On Sunday, October 30, 2016 03:56:43 PM Li-Wen Hsu wrote:
> Author: lwhsu (ports committer)
> Date: Sun Oct 30 15:56:42 2016
> New Revision: 308107
> URL: https://svnweb.freebsd.org/changeset/base/308107
>
> Log:
> - Fix `make` in sys/modules/bhnd
>
> Approved by: landonf
> Differential Revision: https://reviews.freebsd.org/D7774
This is wrong. bhnd_debug.h should not have '#include opt_global.h'. It is
included implicitly during kernel builds via '-include' in CFLAGS. It is
always incorrect to include it explicitly in source. This should be
reverted and bhnd_debug.h should be fixed instead.
--
John Baldwin
More information about the svn-src-all
mailing list