diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-04-11 03:38:04 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-04-11 03:38:04 +0000 |
commit | 386f1b7cc4db4abbfa1fc324025242d011400a38 (patch) | |
tree | 4a1e90133fb673168f56ff9afc9694639b06f004 /sys/arch | |
parent | 88700696d9736761a0e7705a8d447f43bffacbf9 (diff) |
no need to include sys/timeout.h
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0_pcic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_pcic.c b/sys/arch/arm/xscale/pxa2x0_pcic.c index 3100ecc1c59..bd3b5bd073e 100644 --- a/sys/arch/arm/xscale/pxa2x0_pcic.c +++ b/sys/arch/arm/xscale/pxa2x0_pcic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0_pcic.c,v 1.12 2005/04/06 01:31:05 pascoe Exp $ */ +/* $OpenBSD: pxa2x0_pcic.c,v 1.13 2005/04/11 03:38:03 uwe Exp $ */ /* * Copyright (c) 2005 Dale Rahn <drahn@openbsd.org> * @@ -19,7 +19,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/timeout.h> #include <sys/kernel.h> #include <sys/kthread.h> #include <sys/malloc.h> |