summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-20 11:29:07 +0000
committerphk <phk@FreeBSD.org>2003-01-20 11:29:07 +0000
commitdc9137bbd979dbcb834e09144336ab7a8cbfb202 (patch)
treed049888223593e4a73b94f4b0a1a778e5508f5a6 /sys/geom
parent81c42fccd43d253b039fdce53362ae041dca51fb (diff)
downloadFreeBSD-src-dc9137bbd979dbcb834e09144336ab7a8cbfb202.zip
FreeBSD-src-dc9137bbd979dbcb834e09144336ab7a8cbfb202.tar.gz
disk_dev_synth() is a NO_GEOM hack.
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/geom_disk.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c
index 76c613f..4c219a1 100644
--- a/sys/geom/geom_disk.c
+++ b/sys/geom/geom_disk.c
@@ -261,15 +261,6 @@ disk_create(int unit, struct disk *dp, int flags, struct cdevsw *cdevsw, struct
return (dev);
}
-void disk_dev_synth(dev_t dev);
-
-void
-disk_dev_synth(dev_t dev)
-{
-
- return;
-}
-
void
disk_destroy(dev_t dev)
{
OpenPOWER on IntegriCloud