aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/hda_beep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_beep.h b/sound/pci/hda/hda_beep.h
index 4967eabe774e..55f0647458c7 100644
--- a/sound/pci/hda/hda_beep.h
+++ b/sound/pci/hda/hda_beep.h
@@ -54,7 +54,7 @@ static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid)
54{ 54{
55 return 0; 55 return 0;
56} 56}
57void snd_hda_detach_beep_device(struct hda_codec *codec) 57static inline void snd_hda_detach_beep_device(struct hda_codec *codec)
58{ 58{
59} 59}
60#endif 60#endif