make cdrom.c:check_for_audio_disc() static
authorAdrian Bunk <bunk@kernel.org>
Tue, 4 Mar 2008 10:23:51 +0000 (11:23 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 4 Mar 2008 10:28:41 +0000 (11:28 +0100)
commitecb80c6a490863af569853eea2a925f97e9e856a
tree31a053e89d1d703554c783e09b7c09240e9dfab8
parenta0db701a6bf767320e4471bd55e70702d230f6fb
make cdrom.c:check_for_audio_disc() static

This patch makes the needlessly global check_for_audio_disc() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/cdrom/cdrom.c