Jelajahi Sumber

ALSA: asihpi - Make local function static

Fixes a sparse warning.

Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Eliot Blennerhassett 14 tahun lalu
induk
melakukan
33162d2dfa
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      sound/pci/asihpi/hpi6205.c

+ 1 - 0
sound/pci/asihpi/hpi6205.c

@@ -373,6 +373,7 @@ static void instream_message(struct hpi_adapter_obj *pao,
 /** Entry point to this HPI backend
  * All calls to the HPI start here
  */
+static
 void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm,
 	struct hpi_response *phr)
 {