From: Takashi Iwai Date: Tue, 22 Aug 2017 12:38:10 +0000 (+0200) Subject: as10k1: Drop superfluous inline prefix X-Git-Tag: v1.1.5~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e9268227476c08fcefe58f24709ae433c0ab0a45;p=alsa-tools.git as10k1: Drop superfluous inline prefix output_tram_line() has a superfluous inline prefix and this interferes the build with clang. Let's drop it. Signed-off-by: Takashi Iwai --- diff --git a/as10k1/as10k1.c b/as10k1/as10k1.c index 96af0c3..e226051 100644 --- a/as10k1/as10k1.c +++ b/as10k1/as10k1.c @@ -366,8 +366,8 @@ void as_exit(const char *message) exit(1); } -inline void output_tram_line( struct list_head *line_head, int type){ - +void output_tram_line(struct list_head *line_head, int type) +{ struct tram *tram_sym; struct list_head *entry;