aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/versatile/pl050.c
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2013-10-27 01:34:10 +0000
committerIan Lepore <ian@FreeBSD.org>2013-10-27 01:34:10 +0000
commit64894120645405cca2694a54bc19ef35cf0a3483 (patch)
treeb42c8faa8a59c53068cc796b1735395c202cb2c8 /sys/arm/versatile/pl050.c
parent69d75558a74bbd91a8bb2235e63a33078f1e35d9 (diff)
downloadsrc-64894120645405cca2694a54bc19ef35cf0a3483.tar.gz
src-64894120645405cca2694a54bc19ef35cf0a3483.zip
Remove #include <machine/frame.h> from all the arm code that doesn't
really need it. That would be almost everywhere it was included. Add it in a couple files that really do need it and were previously getting it by accident via another header.
Notes
Notes: svn path=/head/; revision=257200
Diffstat (limited to 'sys/arm/versatile/pl050.c')
-rw-r--r--sys/arm/versatile/pl050.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/versatile/pl050.c b/sys/arm/versatile/pl050.c
index f6662b1fd58f..72569dce01a7 100644
--- a/sys/arm/versatile/pl050.c
+++ b/sys/arm/versatile/pl050.c
@@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/cpu.h>
-#include <machine/frame.h>
#include <machine/intr.h>
#include <dev/fdt/fdt_common.h>