From: Takashi Iwai Date: Tue, 11 Oct 2005 15:28:58 +0000 (+0200) Subject: [ALSA] Add the missing forward declration X-Git-Tag: firefly_0821_release~40575^2~47 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b709e57440b9d5f38b8c73e1310127d51777bba0;p=firefly-linux-kernel-4.4.55.git [ALSA] Add the missing forward declration Modules: ALSA Core Added the missing forward declaration before function prototypes. Signed-off-by: Takashi Iwai --- 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); #endif /* misc.c */ +struct resource; void release_and_free_resource(struct resource *res); #ifdef CONFIG_SND_VERBOSE_PRINTK