aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-24 08:25:10 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-24 07:57:07 -0600
commitd2332c5c040bc49c6e23426106c468cfa500d873 (patch)
tree83aa3e7db5044ff1fa05d718b6edd90aca9e9a4f /block/genhd.c
parentblock, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline (diff)
downloadlinux-dev-d2332c5c040bc49c6e23426106c468cfa500d873.tar.xz
linux-dev-d2332c5c040bc49c6e23426106c468cfa500d873.zip
block: remove the blk_lookup_devt export
This function is only used by init/do_mounts.c, which can't be modular. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/genhd.c')
-rw-r--r--block/genhd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/genhd.c b/block/genhd.c
index 6a60131baffa..c5d20a48b4de 100644
--- a/block/genhd.c
+++ b/block/genhd.c
@@ -1487,7 +1487,6 @@ dev_t blk_lookup_devt(const char *name, int partno)
class_dev_iter_exit(&iter);
return devt;
}
-EXPORT_SYMBOL(blk_lookup_devt);
struct gendisk *__alloc_disk_node(int minors, int node_id)
{