[alsa-devel] [PATCH 09/15] Make local function static
linux at audioscience.com
linux at audioscience.com
Fri Jul 22 05:52:53 CEST 2011
From: Eliot Blennerhassett <eblennerhassett at audioscience.com>
Fixes a sparse warning.
Signed-off-by: Eliot Blennerhassett <eblennerhassett at audioscience.com>
---
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 3c75df8..e041a6a 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)
{
--
1.7.0.4
More information about the Alsa-devel
mailing list