From: Joe Perches Date: Mon, 5 May 2014 00:05:06 +0000 (-0700) Subject: cdrom: Remove unnecessary check_for_audio_disc prototype X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b62d6e82a73d5834ed08d04bd3e52d19aa62c100;p=linux-beck.git cdrom: Remove unnecessary check_for_audio_disc prototype The actual static is defined below it but not used until later. Signed-off-by: Joe Perches Signed-off-by: Jens Axboe --- diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c index 5a38b5681ca3..a570e5f66e48 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 int check_for_audio_disc(struct cdrom_device_info * cdi, - struct cdrom_device_ops * cdo); 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,