summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-06-04 18:56:04 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-06-04 18:56:04 +0000
commitc055f75dd35be0017d40608c2a1a36a1d86c5c8e (patch)
treecc9e4474fbd871d3333323a529648492a0750993 /sys/arch
parent58943df4db7fdb79f4b0b3de290e9a112fd34610 (diff)
Kill sys/cdefs.h
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/pci/elan520.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/elan520.c b/sys/arch/i386/pci/elan520.c
index 2a3298691b1..08cba992813 100644
--- a/sys/arch/i386/pci/elan520.c
+++ b/sys/arch/i386/pci/elan520.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: elan520.c,v 1.6 2004/02/14 15:09:22 grange Exp $ */
+/* $OpenBSD: elan520.c,v 1.7 2004/06/04 18:56:03 grange Exp $ */
/* $NetBSD: elan520.c,v 1.4 2002/10/02 05:47:15 thorpej Exp $ */
/*-
@@ -43,7 +43,6 @@
* extra features on the SC520, such as the watchdog timer and GPIO.
*/
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>