Commit 1237d1eecff27015617e5a43cc9528658a5fa8ef

Authored by Joe Perches
Committed by Jens Axboe
1 parent b62d6e82a7

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/cdrom/cdrom.c
... ... @@ -337,8 +337,6 @@
337 337 #define CDROM_DEF_TIMEOUT (7 * HZ)
338 338  
339 339 /* Not-exported routines. */
340   -static void sanitize_format(union cdrom_addr *addr,
341   - u_char * curr, u_char requested);
342 340 static int mmc_ioctl(struct cdrom_device_info *cdi, unsigned int cmd,
343 341 unsigned long arg);
344 342