diff options
Diffstat (limited to 'drivers/hsi')
-rw-r--r-- | drivers/hsi/clients/ssi_protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hsi/clients/ssi_protocol.c b/drivers/hsi/clients/ssi_protocol.c index ce4be3738d46..fe364a342717 100644 --- a/drivers/hsi/clients/ssi_protocol.c +++ b/drivers/hsi/clients/ssi_protocol.c | |||
@@ -901,7 +901,7 @@ out: | |||
901 | ssip_free_data(msg); | 901 | ssip_free_data(msg); |
902 | } | 902 | } |
903 | 903 | ||
904 | void ssip_port_event(struct hsi_client *cl, unsigned long event) | 904 | static void ssip_port_event(struct hsi_client *cl, unsigned long event) |
905 | { | 905 | { |
906 | switch (event) { | 906 | switch (event) { |
907 | case HSI_EVENT_START_RX: | 907 | case HSI_EVENT_START_RX: |