From c44e255e080c7cb566f615f34fd5834c1e626fff Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 13 Dec 2013 20:43:11 +0000 Subject: MFC r257199, r257200, r257217: Remove all #include from arm code. It's already included by vm/pmap.h, which is a prerequisite for arm/machine/pmap.h so there's no reason to ever include it directly. Remove #include 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. Remove the last dregs of trapframe_t. It turns out only arm was using this type, so remove it to make arm code more consistant with other platforms. --- sys/arm/xilinx/zy7_machdep.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/arm/xilinx') diff --git a/sys/arm/xilinx/zy7_machdep.c b/sys/arm/xilinx/zy7_machdep.c index 2731d53..2f25afb 100644 --- a/sys/arm/xilinx/zy7_machdep.c +++ b/sys/arm/xilinx/zy7_machdep.c @@ -49,8 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include #include #include -- cgit v1.1