mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 16:26:41 +07:00
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>
This commit is contained in:
parent
4d38a87fbb
commit
d2332c5c04
@ -1487,7 +1487,6 @@ dev_t blk_lookup_devt(const char *name, int partno)
|
|||||||
class_dev_iter_exit(&iter);
|
class_dev_iter_exit(&iter);
|
||||||
return devt;
|
return devt;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(blk_lookup_devt);
|
|
||||||
|
|
||||||
struct gendisk *__alloc_disk_node(int minors, int node_id)
|
struct gendisk *__alloc_disk_node(int minors, int node_id)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user