From 0275dcbbe75bf604e5d9b03f215e510188a36496 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 5 Dec 2012 23:20:27 +0000 Subject: Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis --- sys/arch/arm/include/sysarch.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/arch/arm/include') diff --git a/sys/arch/arm/include/sysarch.h b/sys/arch/arm/include/sysarch.h index 155006b6333..946db39ab29 100644 --- a/sys/arch/arm/include/sysarch.h +++ b/sys/arch/arm/include/sysarch.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysarch.h,v 1.2 2004/05/19 03:17:07 drahn Exp $ */ +/* $OpenBSD: sysarch.h,v 1.3 2012/12/05 23:20:11 deraadt Exp $ */ /* $NetBSD: sysarch.h,v 1.4 2002/03/30 06:23:39 thorpej Exp $ */ /* @@ -36,8 +36,6 @@ #ifndef _ARM_SYSARCH_H_ #define _ARM_SYSARCH_H_ -#include - /* * Architecture specific syscalls (arm) */ @@ -51,6 +49,9 @@ struct arm_sync_icache_args { }; #ifndef _KERNEL + +#include + __BEGIN_DECLS int arm_sync_icache (u_int addr, int len); int arm_drain_writebuf (void); -- cgit v1.2.3