提交 2adb95d8 编写于 作者: S Shuah Khan 提交者: Matthew Garrett

asus-wmi: Fix unused function build warning

Fix the following build warning

CC [M]  drivers/platform/x86/asus-wmi.o
drivers/platform/x86/asus-wmi.c:1356:13: warning: ‘do_nothing’ defined but not used [-Wunused-function]
Signed-off-by: NShuah Khan <shuah.khan@hp.com>
Signed-off-by: NMatthew Garrett <matthew.garrett@nebula.com>
上级 f24c96ea
......@@ -1353,11 +1353,6 @@ static int is_display_toggle(int code)
return 0;
}
static void do_nothing(void)
{
return;
}
static void asus_wmi_notify(u32 value, void *context)
{
struct asus_wmi *asus = context;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册