From: Eliot Blennerhassett Date: Fri, 22 Jul 2011 03:52:52 +0000 (+1200) Subject: ALSA: asihpi - Make local function static X-Git-Tag: firefly_0821_release~3680^2~4182^2~125^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33162d2dfa8e8f5596f3106057df68c6533acfc6;p=firefly-linux-kernel-4.4.55.git ALSA: asihpi - Make local function static Fixes a sparse warning. Signed-off-by: Eliot Blennerhassett Signed-off-by: Takashi Iwai --- 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, /** 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) {