From: Joe Perches Date: Mon, 5 May 2014 00:05:07 +0000 (-0700) Subject: cdrom: Remove unnecessary sanitize_format prototype X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1237d1eecff27015617e5a43cc9528658a5fa8ef;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git cdrom: Remove unnecessary sanitize_format prototype It's defined below without being called. Signed-off-by: Joe Perches Signed-off-by: Jens Axboe --- diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c index a570e5f66e48..08abbae6bf68 100644 --- a/drivers/cdrom/cdrom.c +++ b/drivers/cdrom/cdrom.c @@ -337,8 +337,6 @@ do { \ #define CDROM_DEF_TIMEOUT (7 * HZ) /* Not-exported routines. */ -static void sanitize_format(union cdrom_addr *addr, - u_char * curr, u_char requested); static int mmc_ioctl(struct cdrom_device_info *cdi, unsigned int cmd, unsigned long arg);