aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cdrom
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-05-04 17:05:07 -0700
committerJens Axboe <axboe@fb.com>2014-05-05 14:58:06 -0600
commit1237d1eecff27015617e5a43cc9528658a5fa8ef (patch)
treea82b9bfca83812e406cff5f69b4d71b6707d1640 /drivers/cdrom
parentcdrom: Remove unnecessary check_for_audio_disc prototype (diff)
downloadwireguard-linux-1237d1eecff27015617e5a43cc9528658a5fa8ef.tar.xz
wireguard-linux-1237d1eecff27015617e5a43cc9528658a5fa8ef.zip
cdrom: Remove unnecessary sanitize_format prototype
It's defined below without being called. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/cdrom')
-rw-r--r--drivers/cdrom/cdrom.c2
1 files changed, 0 insertions, 2 deletions
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);