aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2021-10-12 12:44:48 +0200
committerJens Axboe <[email protected]>2021-10-18 06:17:34 -0600
commitfea349b037869beda6db5ed0c150f8a2a9a317f6 (patch)
tree316dc439a39ab9de496d73f91f7d8a8096740c1b
parent4a60f360a5c9533d77db011db6766448f763c86a (diff)
block: unexport blkdev_ioctl
With the raw driver gone, there is no modular user left. Signed-off-by: Christoph Hellwig <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--block/ioctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/ioctl.c b/block/ioctl.c
index eb0491e90b9a..0f823444cc55 100644
--- a/block/ioctl.c
+++ b/block/ioctl.c
@@ -588,7 +588,6 @@ int blkdev_ioctl(struct block_device *bdev, fmode_t mode, unsigned cmd,
return -ENOTTY;
return bdev->bd_disk->fops->ioctl(bdev, mode, cmd, arg);
}
-EXPORT_SYMBOL_GPL(blkdev_ioctl); /* for /dev/raw */
#ifdef CONFIG_COMPAT