greybus: audio_topology: Fix compile warning
authorViresh Kumar <viresh.kumar@linaro.org>
Sat, 16 Jul 2016 16:44:28 +0000 (09:44 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Sun, 17 Jul 2016 01:12:59 +0000 (10:12 +0900)
commita0de502ed39663d47b568de27f46971e41f0abdf
treee0eeee3643e223fd0d00537852956a1469704202
parent7a0d4eae83e7dbabd02c744ec3aa0ed542ed6181
greybus: audio_topology: Fix compile warning

Fix following compile warning by staticizing gb_generate_enum_strings().

greybus/audio_topology.c:134:12: warning: symbol 'gb_generate_enum_strings' was not declared. Should it be static?

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/audio_topology.c