]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ALSA] Add the missing forward declration
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Oct 2005 15:28:58 +0000 (17:28 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 4 Nov 2005 12:18:34 +0000 (13:18 +0100)
Modules: ALSA Core

Added the missing forward declaration before function prototypes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/core.h

index ed56a356ab7de36d45f36a1a7ef8dee5f2a6c343..642ddfbc63254668c3fd15da0ba5502de86df7ac 100644 (file)
@@ -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