diff options
author | Joe Perches <joe@perches.com> | 2014-05-04 20:05:06 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-05-05 16:58:05 -0400 |
commit | b62d6e82a73d5834ed08d04bd3e52d19aa62c100 (patch) | |
tree | 54e01487131b463776ce61c8cfe88f9aed65307a /drivers/cdrom/cdrom.c | |
parent | 82b91540ba24a1295c82572b922d50cbcf48fcee (diff) |
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 <joe@perches.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/cdrom/cdrom.c')
-rw-r--r-- | drivers/cdrom/cdrom.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 { \ | |||
337 | #define CDROM_DEF_TIMEOUT (7 * HZ) | 337 | #define CDROM_DEF_TIMEOUT (7 * HZ) |
338 | 338 | ||
339 | /* Not-exported routines. */ | 339 | /* Not-exported routines. */ |
340 | static int check_for_audio_disc(struct cdrom_device_info * cdi, | ||
341 | struct cdrom_device_ops * cdo); | ||
342 | static void sanitize_format(union cdrom_addr *addr, | 340 | static void sanitize_format(union cdrom_addr *addr, |
343 | u_char * curr, u_char requested); | 341 | u_char * curr, u_char requested); |
344 | static int mmc_ioctl(struct cdrom_device_info *cdi, unsigned int cmd, | 342 | static int mmc_ioctl(struct cdrom_device_info *cdi, unsigned int cmd, |