svn commit: r264883 - head/sys/dev/acpica/Osd

Steven Hartland smh at FreeBSD.org
Thu Apr 24 14:58:13 UTC 2014


Author: smh
Date: Thu Apr 24 14:58:12 2014
New Revision: 264883
URL: http://svnweb.freebsd.org/changeset/base/264883

Log:
  Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderbox
  
  MFC after:	2 weeks
  X-MFC-With: r264849

Modified:
  head/sys/dev/acpica/Osd/OsdSchedule.c

Modified: head/sys/dev/acpica/Osd/OsdSchedule.c
==============================================================================
--- head/sys/dev/acpica/Osd/OsdSchedule.c	Thu Apr 24 14:44:42 2014	(r264882)
+++ head/sys/dev/acpica/Osd/OsdSchedule.c	Thu Apr 24 14:58:12 2014	(r264883)
@@ -52,8 +52,6 @@ __FBSDID("$FreeBSD$");
 #define _COMPONENT	ACPI_OS_SERVICES
 ACPI_MODULE_NAME("SCHEDULE")
 
-SYSCTL_DECL(_debug_acpi);
-
 /*
  * Allow the user to tune the maximum number of tasks we may enqueue.
  */


More information about the svn-src-all mailing list