diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-10-11 17:28:58 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 13:18:34 +0100 |
commit | b709e57440b9d5f38b8c73e1310127d51777bba0 (patch) | |
tree | c2a3d56dce01f6aca5792d536da39bd6ce497440 /include/sound/core.h | |
parent | 86284e458b48ffb6f9849673880f8342dee5b76a (diff) | |
download | kernel_samsung_espresso10-b709e57440b9d5f38b8c73e1310127d51777bba0.zip kernel_samsung_espresso10-b709e57440b9d5f38b8c73e1310127d51777bba0.tar.gz kernel_samsung_espresso10-b709e57440b9d5f38b8c73e1310127d51777bba0.tar.bz2 |
[ALSA] Add the missing forward declration
Modules: ALSA Core
Added the missing forward declaration before function prototypes.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/core.h')
-rw-r--r-- | include/sound/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index ed56a35..642ddfb 100644 --- a/include/sound/core.h +++ b/include/sound/core.h @@ -339,6 +339,7 @@ unsigned int snd_dma_pointer(unsigned long dma, unsigned int size); #endif /* misc.c */ +struct resource; void release_and_free_resource(struct resource *res); #ifdef CONFIG_SND_VERBOSE_PRINTK |