Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 17:40:05 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185477 - head/sys/arm/at91
Message-ID:  <200811301740.mAUHe5p4096925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Nov 30 17:40:05 2008
New Revision: 185477
URL: http://svn.freebsd.org/changeset/base/185477

Log:
  opt_at91.h isn't needed here at all anymore, since the board init
  routines have been split out.  Remove it.  This leaves only one
  instance of it in the tree that will be going away soon.

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

Modified: head/sys/arm/at91/at91_machdep.c
==============================================================================
--- head/sys/arm/at91/at91_machdep.c	Sun Nov 30 15:35:24 2008	(r185476)
+++ head/sys/arm/at91/at91_machdep.c	Sun Nov 30 17:40:05 2008	(r185477)
@@ -44,7 +44,6 @@
  */
 
 #include "opt_msgbuf.h"
-#include "opt_at91.h"
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");



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