Commit 33162d2dfa8e8f5596f3106057df68c6533acfc6

Authored by Eliot Blennerhassett
Committed by Takashi Iwai
1 parent 938c565a82

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sound/pci/asihpi/hpi6205.c
... ... @@ -373,6 +373,7 @@
373 373 /** Entry point to this HPI backend
374 374 * All calls to the HPI start here
375 375 */
  376 +static
376 377 void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm,
377 378 struct hpi_response *phr)
378 379 {