svn commit: r308161 - head/sys/dev/bhnd

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Nov 1 03:49:33 UTC 2016


Author: lwhsu (ports committer)
Date: Tue Nov  1 03:49:31 2016
New Revision: 308161
URL: https://svnweb.freebsd.org/changeset/base/308161

Log:
  - Fix `make` in sys/modules/bhnd
  
  Reviewed by:	landonf, imp
  Differential Revision:	https://reviews.freebsd.org/D8385

Modified:
  head/sys/dev/bhnd/bhnd_debug.h

Modified: head/sys/dev/bhnd/bhnd_debug.h
==============================================================================
--- head/sys/dev/bhnd/bhnd_debug.h	Tue Nov  1 01:41:24 2016	(r308160)
+++ head/sys/dev/bhnd/bhnd_debug.h	Tue Nov  1 03:49:31 2016	(r308161)
@@ -70,8 +70,6 @@
 
 #include <sys/systm.h>
 
-#include "opt_global.h"
-
 #define	BHND_ERROR_LEVEL	0x00
 #define	BHND_ERROR_MSG		"ERROR"
 #define	BHND_WARN_LEVEL		0x10


More information about the svn-src-all mailing list