diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-10-11 11:28:58 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:18:34 -0500 |
commit | b709e57440b9d5f38b8c73e1310127d51777bba0 (patch) | |
tree | c2a3d56dce01f6aca5792d536da39bd6ce497440 /include/sound/core.h | |
parent | 86284e458b48ffb6f9849673880f8342dee5b76a (diff) |
[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 ed56a356ab7d..642ddfbc6325 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); | |||
339 | #endif | 339 | #endif |
340 | 340 | ||
341 | /* misc.c */ | 341 | /* misc.c */ |
342 | struct resource; | ||
342 | void release_and_free_resource(struct resource *res); | 343 | void release_and_free_resource(struct resource *res); |
343 | 344 | ||
344 | #ifdef CONFIG_SND_VERBOSE_PRINTK | 345 | #ifdef CONFIG_SND_VERBOSE_PRINTK |