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

Warner Losh imp at FreeBSD.org
Sun Nov 30 09:40:06 PST 2008


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$");


More information about the svn-src-head mailing list