mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
a0db701a6b
commit
ecb80c6a49
1 changed files with 2 additions and 2 deletions
|
@ -1152,8 +1152,8 @@ clean_up_and_return:
|
|||
/* 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,
|
||||
struct cdrom_device_ops * cdo)
|
||||
static int check_for_audio_disc(struct cdrom_device_info * cdi,
|
||||
struct cdrom_device_ops * cdo)
|
||||
{
|
||||
int ret;
|
||||
tracktype tracks;
|
||||
|
|
Loading…
Reference in a new issue