svn commit: r319180 - stable/11/sys/dev/bhnd

Ngie Cooper ngie at FreeBSD.org
Tue May 30 03:55:39 UTC 2017


Author: ngie
Date: Tue May 30 03:55:38 2017
New Revision: 319180
URL: https://svnweb.freebsd.org/changeset/base/319180

Log:
  MFC r308161:
  r308161 (by lwhsu):
  
  - Fix `make` in sys/modules/bhnd

Modified:
  stable/11/sys/dev/bhnd/bhnd_debug.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/bhnd/bhnd_debug.h
==============================================================================
--- stable/11/sys/dev/bhnd/bhnd_debug.h	Tue May 30 03:33:48 2017	(r319179)
+++ stable/11/sys/dev/bhnd/bhnd_debug.h	Tue May 30 03:55:38 2017	(r319180)
@@ -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