mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-28 05:40:23 -04:00
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:
parent
b01cf309bd
commit
e926822747
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue