Skip to content

Commit

Permalink
[media] tm6000: remove unused exports
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 2f349da commit aeeebe9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/tm6000/tm6000-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ int tm6000_set_audio_rinput(struct tm6000_core *dev)
}
return 0;
}
EXPORT_SYMBOL_GPL(tm6000_set_audio_input);

void tm6010_set_mute_sif(struct tm6000_core *dev, u8 mute)
{
Expand Down Expand Up @@ -749,7 +748,6 @@ int tm6000_tvaudio_set_mute(struct tm6000_core *dev, u8 mute)
}
return 0;
}
EXPORT_SYMBOL_GPL(tm6000_tvaudio_set_mute);

void tm6010_set_volume_sif(struct tm6000_core *dev, int vol)
{
Expand Down Expand Up @@ -807,7 +805,6 @@ void tm6000_set_volume(struct tm6000_core *dev, int vol)
break;
}
}
EXPORT_SYMBOL_GPL(tm6000_set_volume);

static LIST_HEAD(tm6000_devlist);
static DEFINE_MUTEX(tm6000_devlist_mutex);
Expand Down

0 comments on commit aeeebe9

Please sign in to comment.