projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62d6e8
)
cdrom: Remove unnecessary sanitize_format prototype
author
Joe Perches
<joe@perches.com>
Mon, 5 May 2014 00:05:07 +0000
(17:05 -0700)
committer
Jens Axboe
<axboe@fb.com>
Mon, 5 May 2014 20:58:06 +0000
(14:58 -0600)
It's defined below without being called.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/cdrom/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/cdrom/cdrom.c
b/drivers/cdrom/cdrom.c
index a570e5f66e48be189eb7258beec7873743aef56b..08abbae6bf684e8f1de58bf69f961b3f67e86dd7 100644
(file)
--- 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);