]> www.infradead.org Git - users/hch/block.git/commitdiff
block: unexport blkdev_ioctl
authorChristoph Hellwig <hch@lst.de>
Tue, 12 Oct 2021 09:39:54 +0000 (11:39 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 12 Oct 2021 09:39:54 +0000 (11:39 +0200)
With the raw driver gone, there is no modular user left.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/ioctl.c

index eb0491e90b9a0c07a552049a183537b189289005..0f823444cc557abf3024208c33aee4b2eec18600 100644 (file)
@@ -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