aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-09-29 14:14:35 +0000
committerScott Long <scottl@FreeBSD.org>2003-09-29 14:14:35 +0000
commit9f099823a1cce543a9bef86d807dd7528828f1b4 (patch)
tree3030dbd164a5d0630a8ae422f301c2717111b4c5 /sys/dev/raidframe
parentca0ef5374fbdfa09e29ca56a195c2b432273396c (diff)
Notes
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_decluster.c2
-rw-r--r--sys/dev/raidframe/rf_freebsdkintf.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_decluster.c b/sys/dev/raidframe/rf_decluster.c
index 147cfd0303f7..646a5add9167 100644
--- a/sys/dev/raidframe/rf_decluster.c
+++ b/sys/dev/raidframe/rf_decluster.c
@@ -66,7 +66,7 @@ __FBSDID("$FreeBSD$");
extern int rf_copyback_in_progress; /* debug only */
/* found in rf_kintf.c */
-int rf_GetSpareTableFromDaemon(RF_SparetWait_t * req);
+extern int rf_GetSpareTableFromDaemon(RF_SparetWait_t * req);
#if (RF_INCLUDE_PARITY_DECLUSTERING > 0) || (RF_INCLUDE_PARITY_DECLUSTERING_PQ > 0)
diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c
index d391fcd7204d..d4646aac0e54 100644
--- a/sys/dev/raidframe/rf_freebsdkintf.c
+++ b/sys/dev/raidframe/rf_freebsdkintf.c
@@ -219,7 +219,6 @@ static struct cdevsw raidctl_cdevsw = {
.d_close = raidctlclose,
.d_ioctl = raidctlioctl,
.d_name = "raidctl",
- .d_maj = 201,
};
/*