diff options
author | Dan Williams <dan.j.williams@intel.com> | 2017-01-27 10:30:05 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2017-04-20 21:57:52 +0300 |
commit | d8f07aee3f2fd959878bf614d4e984900018eb9e (patch) | |
tree | c9931d6bed75fdf3516b1d079cae841e9e97e2fe /include/linux/blkdev.h | |
parent | 7a2765f6e82063f348ebce78c28eceff741689d4 (diff) | |
download | linux-d8f07aee3f2fd959878bf614d4e984900018eb9e.tar.xz |
block: kill bdev_dax_capable()
This is leftover dead code that has since been replaced by
bdev_dax_supported().
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 5a7da607ca04..f72708399b83 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1958,7 +1958,6 @@ extern int bdev_write_page(struct block_device *, sector_t, struct page *, struct writeback_control *); extern long bdev_direct_access(struct block_device *, struct blk_dax_ctl *); extern int bdev_dax_supported(struct super_block *, int); -extern bool bdev_dax_capable(struct block_device *); #else /* CONFIG_BLOCK */ struct block_device; |