diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-21 07:46:49 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-21 07:46:49 +0000 |
commit | 814fc649496950101ced2a4906929b34365c33c3 (patch) | |
tree | a0f25b8e8ebd789d3432ec3a506098ff720f58fd /sys/arch | |
parent | a7e3301abb226b00e3edb58c4b739f39ea7dfbe7 (diff) |
remove unused header
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm/xscale/pxa27x_udc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/xscale/pxa27x_udc.c b/sys/arch/arm/xscale/pxa27x_udc.c index 378dc57fd7d..ef84c690935 100644 --- a/sys/arch/arm/xscale/pxa27x_udc.c +++ b/sys/arch/arm/xscale/pxa27x_udc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa27x_udc.c,v 1.3 2005/02/19 00:45:14 dlg Exp $ */ +/* $OpenBSD: pxa27x_udc.c,v 1.4 2005/02/21 07:46:48 dlg Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -20,7 +20,6 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/kernel.h> -#include <sys/kthread.h> #include <machine/intr.h> #include <machine/bus.h> |