From e9268227476c08fcefe58f24709ae433c0ab0a45 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 22 Aug 2017 14:38:10 +0200 Subject: [PATCH] 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 --- as10k1/as10k1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.1