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.
  */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to