diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-11-18 01:33:29 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-11-18 01:33:29 +0000 |
commit | 3d35cbb5fe0e724e1909a259b9cb61a81936dbd5 (patch) | |
tree | 2323901b4dfdded39739fca60b379d61f96d1317 /sys/dev/ic/aic79xx_openbsd.h | |
parent | de842d913aba2f4e93db25953563ed0e9055ce41 (diff) |
More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and variable shuffle. No functional change.
Diffstat (limited to 'sys/dev/ic/aic79xx_openbsd.h')
-rw-r--r-- | sys/dev/ic/aic79xx_openbsd.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/aic79xx_openbsd.h b/sys/dev/ic/aic79xx_openbsd.h index 80d926504ff..763bcb62ff2 100644 --- a/sys/dev/ic/aic79xx_openbsd.h +++ b/sys/dev/ic/aic79xx_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx_openbsd.h,v 1.7 2004/11/14 01:25:14 krw Exp $ */ +/* $OpenBSD: aic79xx_openbsd.h,v 1.8 2004/11/18 01:33:28 krw Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -161,9 +161,6 @@ void ahd_timeout(void*); void ahd_timer_reset(ahd_timer_t *, u_int, ahd_callback_t *, void *); void ahd_scb_timer_reset(struct scb *, u_int); -ahd_callback_t ahd_reset_poll; -ahd_callback_t ahd_stat_timer; - #define ahd_timer_init callout_init #define ahd_timer_stop callout_stop |