diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-07-21 23:52:52 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-22 01:52:02 -0400 |
commit | 33162d2dfa8e8f5596f3106057df68c6533acfc6 (patch) | |
tree | 401397f97b12b7c28f61fe5f1eecd3d8c9376d41 | |
parent | 938c565a821706177d810dc08f9e1506d7429760 (diff) |
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>
-rw-r--r-- | sound/pci/asihpi/hpi6205.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/asihpi/hpi6205.c b/sound/pci/asihpi/hpi6205.c index 3c75df8df84f..e041a6ae1c5a 100644 --- a/sound/pci/asihpi/hpi6205.c +++ b/sound/pci/asihpi/hpi6205.c | |||
@@ -373,6 +373,7 @@ static void instream_message(struct hpi_adapter_obj *pao, | |||
373 | /** Entry point to this HPI backend | 373 | /** Entry point to this HPI backend |
374 | * All calls to the HPI start here | 374 | * All calls to the HPI start here |
375 | */ | 375 | */ |
376 | static | ||
376 | void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm, | 377 | void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm, |
377 | struct hpi_response *phr) | 378 | struct hpi_response *phr) |
378 | { | 379 | { |