Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 22:40:11 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185492 - head/sys/arm/at91
Message-ID:  <200811302240.mAUMeBxa004175@svn.freebsd.org>

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



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