* [2.6 patch] make sound/pci/emu10k1/emu10k1.c:snd_emu10k1_resume() static
@ 2006-08-20 22:59 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-08-20 22:59 UTC (permalink / raw)
To: alsa-devel
This patch makes the needlessly global snd_emu10k1_resume() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.18-rc4-mm2/sound/pci/emu10k1/emu10k1.c.old 2006-08-20 23:20:05.000000000 +0200
+++ linux-2.6.18-rc4-mm2/sound/pci/emu10k1/emu10k1.c 2006-08-20 23:21:09.000000000 +0200
@@ -232,7 +232,7 @@
return 0;
}
-int snd_emu10k1_resume(struct pci_dev *pci)
+static int snd_emu10k1_resume(struct pci_dev *pci)
{
struct snd_card *card = pci_get_drvdata(pci);
struct snd_emu10k1 *emu = card->private_data;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-20 22:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-20 22:59 [2.6 patch] make sound/pci/emu10k1/emu10k1.c:snd_emu10k1_resume() static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox