From 1686ac18f9b92526adbc9d650cdc9080aa4e30a1 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Thu, 30 Jan 2003 19:43:50 +0000 Subject: NO_GEOM cleanup: retire disk_invalidate() --- sys/sys/disk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/sys/disk.h') diff --git a/sys/sys/disk.h b/sys/sys/disk.h index 420d9ba2d801..29803ab5f661 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -43,7 +43,6 @@ dev_t disk_create(int unit, struct disk *disk, int flags, struct cdevsw *cdevsw, void disk_destroy(dev_t dev); struct disk *disk_enumerate(struct disk *disk); void disk_err(struct bio *bp, const char *what, int blkdone, int nl); -void disk_invalidate(struct disk *disk); #endif -- cgit v1.2.3