summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-01-07 22:20:20 -0800
committerLinus Torvalds <torvalds@evo.osdl.org>2005-01-07 22:20:20 -0800
commita4559953075e240eb44d512e0af24c9c4b14a6da (patch)
tree0fc4a57b46d8c5855bcb6be12274e9fe0cb8a307 /include/linux
parentd6c9ffa913eda55000bae3a6d6ecb5949ff6123c (diff)
[PATCH] cdrom.c: make several functions static (fwd)
The patch below makes several functions in cdrom.c static. This includes cdrom_is_mrw and cdrom_is_random_writable which were EXPORT_SYMBOL'ed but weren't used anywhere outside of cdrom.h . Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cdrom.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cdrom.h b/include/linux/cdrom.h
index 141a7460763b..b68fdf1f3156 100644
--- a/include/linux/cdrom.h
+++ b/include/linux/cdrom.h
@@ -1186,8 +1186,6 @@ struct media_event_desc {
};
extern int cdrom_get_media_event(struct cdrom_device_info *cdi, struct media_event_desc *med);
-extern int cdrom_is_mrw(struct cdrom_device_info *cdi, int *write);
-extern int cdrom_is_random_writable(struct cdrom_device_info *cdi, int *write);
#endif /* End of kernel only stuff */