Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecb80c6a authored by Adrian Bunk's avatar Adrian Bunk Committed by Jens Axboe
Browse files

make cdrom.c:check_for_audio_disc() static



This patch makes the needlessly global check_for_audio_disc() static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent a0db701a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1152,7 +1152,7 @@ int open_for_data(struct cdrom_device_info * cdi)
/* This code is similar to that in open_for_data. The routine is called
   whenever an audio play operation is requested.
*/
int check_for_audio_disc(struct cdrom_device_info * cdi,
static int check_for_audio_disc(struct cdrom_device_info * cdi,
				struct cdrom_device_ops * cdo)
{
        int ret;