[PATCH 1/1] sound: Fix one compile error of seq_device.c

2016-06-21 Thread fgao
From: Gao Feng The gcc reports the following compile error on CentOS7. include/linux/init.h:216:2: error: expected ',' or ';' before 'static' static exitcall_t __exitcall_##fn __exit_call = fn ^ include/linux/init.h:279:24: note: in expansion of macro '__exitcall' #define

[PATCH 1/1] sound: Fix one compile error of seq_device.c

2016-06-21 Thread fgao
From: Gao Feng The gcc reports the following compile error on CentOS7. include/linux/init.h:216:2: error: expected ',' or ';' before 'static' static exitcall_t __exitcall_##fn __exit_call = fn ^ include/linux/init.h:279:24: note: in expansion of macro '__exitcall' #define module_exit(x)