svn commit: r300306 - head/sys/mips/include

Robert Watson rwatson at FreeBSD.org
Fri May 20 15:34:05 UTC 2016


Author: rwatson
Date: Fri May 20 15:34:03 2016
New Revision: 300306
URL: https://svnweb.freebsd.org/changeset/base/300306

Log:
  Garbage collect unused prototype for clockintr().
  
  MFC after:	3 days

Modified:
  head/sys/mips/include/clock.h

Modified: head/sys/mips/include/clock.h
==============================================================================
--- head/sys/mips/include/clock.h	Fri May 20 15:32:48 2016	(r300305)
+++ head/sys/mips/include/clock.h	Fri May 20 15:34:03 2016	(r300306)
@@ -17,8 +17,6 @@
 
 extern int cpu_clock;
 
-extern uint32_t clockintr(uint32_t, struct trapframe *);
-
 #define wall_cmos_clock 0
 #define adjkerntz 0
 


More information about the svn-src-all mailing list