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

Commit 88429a10 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

make hp_wmi_notify() static



Make the needlessly global hp_wmi_notify() static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6d97e234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ static int hp_wmi_setkeycode(struct input_dev *dev, int scancode, int keycode)
	return -EINVAL;
}

void hp_wmi_notify(u32 value, void *context)
static void hp_wmi_notify(u32 value, void *context)
{
	struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL };
	static struct key_entry *key;