diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-10-10 05:51:55 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:17:54 -0500 |
commit | 93f2e37840a9a7c3693ca6961fe6ad46b250f3b9 (patch) | |
tree | 66cfaa7602ec0541f667a55f8de69a42df75db87 /include | |
parent | 07799e756c76ecd52cb01a812ba48b7d8ac67633 (diff) |
[ALSA] Make snd_task_name() module local
Modules: ALSA Core,ALSA<-OSS emulation
Remove a global function snd_task_name(), and move it local
to snd-pcm-oss module.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index fa8f4c9492cc..af314205635d 100644 --- a/include/sound/core.h +++ b/include/sound/core.h | |||
@@ -373,7 +373,6 @@ unsigned int snd_dma_pointer(unsigned long dma, unsigned int size); | |||
373 | 373 | ||
374 | /* misc.c */ | 374 | /* misc.c */ |
375 | 375 | ||
376 | int snd_task_name(struct task_struct *task, char *name, size_t size); | ||
377 | #ifdef CONFIG_SND_VERBOSE_PRINTK | 376 | #ifdef CONFIG_SND_VERBOSE_PRINTK |
378 | void snd_verbose_printk(const char *file, int line, const char *format, ...) | 377 | void snd_verbose_printk(const char *file, int line, const char *format, ...) |
379 | __attribute__ ((format (printf, 3, 4))); | 378 | __attribute__ ((format (printf, 3, 4))); |