mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
938c565a82
commit
33162d2dfa
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ static void instream_message(struct hpi_adapter_obj *pao,
|
||||||
/** Entry point to this HPI backend
|
/** Entry point to this HPI backend
|
||||||
* All calls to the HPI start here
|
* All calls to the HPI start here
|
||||||
*/
|
*/
|
||||||
|
static
|
||||||
void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm,
|
void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm,
|
||||||
struct hpi_response *phr)
|
struct hpi_response *phr)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue