summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_alloclist.c
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>1999-08-13 03:41:52 +0000
committeroster <oster@NetBSD.org>1999-08-13 03:41:52 +0000
commitdb2eaf18cfaded1cb1730c3cd16e8267cd244b88 (patch)
tree995beca16f1dec0df06181b71446638e72d82a8d /sys/dev/raidframe/rf_alloclist.c
parent67e8cf0262d4e8e7c5070730c3f207c19cf87846 (diff)
rf_sys.h does not need to be #included in any of these files, and, actually,
is no longer needed at all.
Diffstat (limited to 'sys/dev/raidframe/rf_alloclist.c')
-rw-r--r--sys/dev/raidframe/rf_alloclist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_alloclist.c b/sys/dev/raidframe/rf_alloclist.c
index 618722f0781..8514e463bff 100644
--- a/sys/dev/raidframe/rf_alloclist.c
+++ b/sys/dev/raidframe/rf_alloclist.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_alloclist.c,v 1.3 1999/02/05 00:06:06 oster Exp $ */
+/* $NetBSD: rf_alloclist.c,v 1.4 1999/08/13 03:41:53 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -43,7 +43,6 @@
#include "rf_etimer.h"
#include "rf_general.h"
#include "rf_shutdown.h"
-#include "rf_sys.h"
RF_DECLARE_STATIC_MUTEX(alist_mutex)
static unsigned int fl_hit_count, fl_miss_count;