summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr/amrvar.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-22 10:10:12 +0000
committerphk <phk@FreeBSD.org>2003-02-22 10:10:12 +0000
commitd62399f25d14a9e8c064be92ce5a1a445eae4724 (patch)
tree502bcba47cbea7e0f899a545c1c9975a728b0142 /sys/dev/amr/amrvar.h
parent9ef4c5b54b349931eff3a44a54b6c8059e8d6712 (diff)
downloadFreeBSD-src-d62399f25d14a9e8c064be92ce5a1a445eae4724.zip
FreeBSD-src-d62399f25d14a9e8c064be92ce5a1a445eae4724.tar.gz
Use the standard DISKFLAG_OPEN instead of implementing our own.
Use noclose() instead now that our close method is empty.
Diffstat (limited to 'sys/dev/amr/amrvar.h')
-rw-r--r--sys/dev/amr/amrvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h
index 1c9884f..0ea90a9 100644
--- a/sys/dev/amr/amrvar.h
+++ b/sys/dev/amr/amrvar.h
@@ -256,8 +256,6 @@ struct amrd_softc
struct disk amrd_disk;
struct devstat amrd_stats;
int amrd_unit;
- int amrd_flags;
-#define AMRD_OPEN (1<<0) /* drive is open (can't detach) */
};
/*
OpenPOWER on IntegriCloud