Skip to content

Commit

Permalink
[ALSA] make sound/pci/emu10k1/emu10k1.c:snd_emu10k1_resume() static
Browse files Browse the repository at this point in the history
This patch makes the needlessly global snd_emu10k1_resume() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed Sep 23, 2006
1 parent ab93c7a commit 93f09c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/emu10k1/emu10k1.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static int snd_emu10k1_suspend(struct pci_dev *pci, pm_message_t state)
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;
Expand Down

0 comments on commit 93f09c4

Please sign in to comment.