summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2001-09-25 02:56:13 +0000
committeroster <oster@NetBSD.org>2001-09-25 02:56:13 +0000
commite475673b855ce31bed203a04d7730d2e87e016b8 (patch)
tree0a414a973037fcb3329b539d69ad4aa6a10b9946 /sys/dev/raidframe
parent3c05b2c5cef5a9180917ad0325d0929f39f6660c (diff)
Nuke an unused typedef.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_disks.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/raidframe/rf_disks.h b/sys/dev/raidframe/rf_disks.h
index 957b0cac740..2208d3920b4 100644
--- a/sys/dev/raidframe/rf_disks.h
+++ b/sys/dev/raidframe/rf_disks.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_disks.h,v 1.8 2000/03/27 03:25:17 oster Exp $ */
+/* $NetBSD: rf_disks.h,v 1.9 2001/09/25 02:56:13 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -74,12 +74,6 @@ struct RF_RaidDisk_s {
0 otherwise. */
dev_t dev;
};
-/*
- * An RF_DiskOp_t ptr is really a pointer to a UAGT_CCB, but I want
- * to isolate the cam layer from all other layers, so I typecast to/from
- * RF_DiskOp_t * (i.e. void *) at the interfaces.
- */
-typedef void RF_DiskOp_t;
/* if a disk is in any of these states, it is inaccessible */
#define RF_DEAD_DISK(_dstat_) (((_dstat_) == rf_ds_spared) || \