VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Christoph Hellwig <hch@lst.de> 2021-04-06 08:22:52 +0200 committer: Jens Axboe <axboe@kernel.dk> 2021-04-08 10:24:36 -0600 commit: b896fa85e0ee4f09ba4be48a3f405fc82c38afb4 parent: 540ad3f3da2542ec99235ac55e7cba8b11ce4b7b
Commit Summary:
dasd: use bdev_disk_changed instead of blk_drop_partitions
Diffstat:
1 file changed, 0 insertions, 4 deletions
diff --git a/block/partitions/core.c b/block/partitions/core.c
index 1a7558917c47..22a0dab17ed3 100644
--- a/block/partitions/core.c
+++ b/block/partitions/core.c
@@ -544,10 +544,6 @@ int blk_drop_partitions(struct block_device *bdev)
 
 	return 0;
 }
-#ifdef CONFIG_S390
-/* for historic reasons in the DASD driver */
-EXPORT_SYMBOL_GPL(blk_drop_partitions);
-#endif
 
 static bool blk_add_partition(struct gendisk *disk, struct block_device *bdev,
 		struct parsed_partitions *state, int p)