aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/pcb.h
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/include/pcb.h
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/include/pcb.h')
-rw-r--r--sys/arm/include/pcb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/include/pcb.h b/sys/arm/include/pcb.h
index e6f0a4194771..8a762aa6789d 100644
--- a/sys/arm/include/pcb.h
+++ b/sys/arm/include/pcb.h
@@ -38,7 +38,6 @@
#ifndef _MACHINE_PCB_H_
#define _MACHINE_PCB_H_
-#include <machine/frame.h>
#include <machine/fp.h>