mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
block: unexport get_gendisk
get_gendisk is not used by any modular code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
committed by
Jens Axboe
parent
a7818aedda
commit
1b4d4dbdae
@@ -980,7 +980,6 @@ struct gendisk *get_gendisk(dev_t devt, int *partno)
|
||||
}
|
||||
return disk;
|
||||
}
|
||||
EXPORT_SYMBOL(get_gendisk);
|
||||
|
||||
/**
|
||||
* bdget_disk - do bdget() by gendisk and partition number
|
||||
|
||||
Reference in New Issue
Block a user