diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-14 19:18:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-14 19:18:50 +0000 |
commit | 8df01f7bcb376e49e4e543e1f7158dc56d621489 (patch) | |
tree | ce69f3a1d6fa201dbc86db6e0d68cf2641d0e0b3 /sys/arch | |
parent | c695c7385ce713a79f20bda8fcf772dce28db037 (diff) |
unbreak tree after untested timeout.h deletions
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0_ohci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_ohci.c b/sys/arch/arm/xscale/pxa2x0_ohci.c index ff407086446..5f58930b33e 100644 --- a/sys/arch/arm/xscale/pxa2x0_ohci.c +++ b/sys/arch/arm/xscale/pxa2x0_ohci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0_ohci.c,v 1.20 2007/03/24 03:33:10 pascoe Exp $ */ +/* $OpenBSD: pxa2x0_ohci.c,v 1.21 2007/06/14 19:18:49 deraadt Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -20,6 +20,7 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/kernel.h> +#include <sys/timeout.h> #include <machine/intr.h> #include <machine/bus.h> |