Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 03:55:38 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r319180 - stable/11/sys/dev/bhnd
Message-ID:  <201705300355.v4U3tcfl073965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300355.v4U3tcfl073965>