summaryrefslogtreecommitdiffstats
path: root/sys/sys/conf.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-09-11 00:38:58 +0000
committerimp <imp@FreeBSD.org>2015-09-11 00:38:58 +0000
commit9fcb42ef36e530a78daecd5b2693d6223581a650 (patch)
tree12af36b567feeb5dd9081fd7aa5da7cdd695b113 /sys/sys/conf.h
parent9567ee23d9b3f232f961bf92dba4b8d2c222b2b2 (diff)
downloadFreeBSD-src-9fcb42ef36e530a78daecd5b2693d6223581a650.zip
FreeBSD-src-9fcb42ef36e530a78daecd5b2693d6223581a650.tar.gz
dev_strategy and dev_strategy_csw are unused since r281825. Remove
them. Differential Revision: https://reviews.freebsd.org/D3620
Diffstat (limited to 'sys/sys/conf.h')
-rw-r--r--sys/sys/conf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index d821703..4001822 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -240,8 +240,6 @@ void dev_depends(struct cdev *_pdev, struct cdev *_cdev);
void dev_ref(struct cdev *dev);
void dev_refl(struct cdev *dev);
void dev_rel(struct cdev *dev);
-void dev_strategy(struct cdev *dev, struct buf *bp);
-void dev_strategy_csw(struct cdev *dev, struct cdevsw *csw, struct buf *bp);
struct cdev *make_dev(struct cdevsw *_devsw, int _unit, uid_t _uid, gid_t _gid,
int _perms, const char *_fmt, ...) __printflike(6, 7);
struct cdev *make_dev_cred(struct cdevsw *_devsw, int _unit,
OpenPOWER on IntegriCloud