diff options
author | Joe Perches <joe@perches.com> | 2014-05-04 17:05:07 -0700 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-05-05 14:58:06 -0600 |
commit | 1237d1eecff27015617e5a43cc9528658a5fa8ef (patch) | |
tree | a82b9bfca83812e406cff5f69b4d71b6707d1640 /drivers/cdrom | |
parent | b62d6e82a73d5834ed08d04bd3e52d19aa62c100 (diff) |
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.c | 2 |
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); |