xen-blkfront.c: make blkif_ioctl() static

This patch makes the needlessly global blkif_ioctl() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

authored by Adrian Bunk and committed by Jens Axboe 62aa0054 1ac0ae06

+2 -2
+2 -2
drivers/block/xen-blkfront.c
··· 154 return 0; 155 } 156 157 - int blkif_ioctl(struct inode *inode, struct file *filep, 158 - unsigned command, unsigned long argument) 159 { 160 struct blkfront_info *info = 161 inode->i_bdev->bd_disk->private_data;
··· 154 return 0; 155 } 156 157 + static int blkif_ioctl(struct inode *inode, struct file *filep, 158 + unsigned command, unsigned long argument) 159 { 160 struct blkfront_info *info = 161 inode->i_bdev->bd_disk->private_data;