svn commit: r185492 - head/sys/arm/at91

Stanislav Sedov stas at FreeBSD.org
Sun Nov 30 14:40:11 PST 2008


Author: stas
Date: Sun Nov 30 22:40:11 2008
New Revision: 185492
URL: http://svn.freebsd.org/changeset/base/185492

Log:
  - Get rid of extra include file, erroneously added by the
    previous commit. This include file was required by the
    first version of the patch.
  
  Approved by:	kib (mentor, implicit)

Modified:
  head/sys/arm/at91/at91_pmc.c

Modified: head/sys/arm/at91/at91_pmc.c
==============================================================================
--- head/sys/arm/at91/at91_pmc.c	Sun Nov 30 22:33:03 2008	(r185491)
+++ head/sys/arm/at91/at91_pmc.c	Sun Nov 30 22:40:11 2008	(r185492)
@@ -31,7 +31,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
-#include <sys/limits.h>
 #include <sys/module.h>
 #include <sys/time.h>
 #include <sys/bus.h>


More information about the svn-src-head mailing list