Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2adb95d8 authored by Shuah Khan's avatar Shuah Khan Committed by Matthew Garrett
Browse files

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: default avatarShuah Khan <shuah.khan@hp.com>
Signed-off-by: default avatarMatthew Garrett <matthew.garrett@nebula.com>
parent f24c96ea
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;