summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruwe <uwe@openbsd.org>2005-04-11 03:38:03 +0000
committeruwe <uwe@openbsd.org>2005-04-11 03:38:03 +0000
commit4e3bcdb021485ff3e3b023d80bd480fba807aca8 (patch)
treef3e2d98286a736cb90236763c0ed9dc06b87b057
parent- eliminate extra powerhook in pxalcd, inspired by ohci changes (diff)
downloadwireguard-openbsd-4e3bcdb021485ff3e3b023d80bd480fba807aca8.tar.xz
wireguard-openbsd-4e3bcdb021485ff3e3b023d80bd480fba807aca8.zip
no need to include sys/timeout.h
-rw-r--r--sys/arch/arm/xscale/pxa2x0_pcic.c3
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>