summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_machdep.c
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-10-27 01:34:10 +0000
committerian <ian@FreeBSD.org>2013-10-27 01:34:10 +0000
commit7fa106116d54cc826abd69020bb0b4c4703eda2b (patch)
treeb42c8faa8a59c53068cc796b1735395c202cb2c8 /sys/arm/mv/mv_machdep.c
parent6220605dae2ba77b56a0dfe4ed544d0c1001feae (diff)
downloadFreeBSD-src-7fa106116d54cc826abd69020bb0b4c4703eda2b.zip
FreeBSD-src-7fa106116d54cc826abd69020bb0b4c4703eda2b.tar.gz
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.
Diffstat (limited to 'sys/arm/mv/mv_machdep.c')
-rw-r--r--sys/arm/mv/mv_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/mv/mv_machdep.c b/sys/arm/mv/mv_machdep.c
index 35fb3f9..54c78bf 100644
--- a/sys/arm/mv/mv_machdep.c
+++ b/sys/arm/mv/mv_machdep.c
@@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <machine/bus.h>
-#include <machine/frame.h> /* For trapframe_t, used in <machine/machdep.h> */
#include <machine/machdep.h>
#include <arm/mv/mvreg.h> /* XXX */
OpenPOWER on IntegriCloud