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 <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2017-08-22 14:38:10 +02:00
parent b01cf309bd
commit e926822747

View file

@ -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;