summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-11-30 17:40:05 +0000
committerimp <imp@FreeBSD.org>2008-11-30 17:40:05 +0000
commit819e9e52a45c579a7e03c6c07be22137cf96e146 (patch)
treee8f3beda4076e4e777dd73b1325f0353cc2ece39 /sys
parent574ec4344c5df53cbc5699f0aca84aab0f214e58 (diff)
downloadFreeBSD-src-819e9e52a45c579a7e03c6c07be22137cf96e146.zip
FreeBSD-src-819e9e52a45c579a7e03c6c07be22137cf96e146.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/at91/at91_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/at91/at91_machdep.c b/sys/arm/at91/at91_machdep.c
index b902a89..e54df91 100644
--- a/sys/arm/at91/at91_machdep.c
+++ b/sys/arm/at91/at91_machdep.c
@@ -44,7 +44,6 @@
*/
#include "opt_msgbuf.h"
-#include "opt_at91.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud