projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86284e4
)
[ALSA] Add the missing forward declration
author
Takashi Iwai
<tiwai@suse.de>
Tue, 11 Oct 2005 15:28:58 +0000
(17:28 +0200)
committer
Jaroslav 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
patch
|
blob
|
blame
|
history
diff --git
a/include/sound/core.h
b/include/sound/core.h
index ed56a356ab7de36d45f36a1a7ef8dee5f2a6c343..642ddfbc63254668c3fd15da0ba5502de86df7ac 100644
(file)
--- 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