]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the file
authorHans de Goede <hdegoede@redhat.com>
Sun, 10 May 2020 12:24:30 +0000 (14:24 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 12 May 2020 14:27:11 +0000 (17:27 +0300)
commitd3a13635e554aa0ca456f6aba03f7bbd24d121d2
tree743944a90d4621bc7dafc0a75ff5631730dd62c8
parentfdbd0eb2a3363f25d4218c8782e5d2bfbb7afb14
platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the file

Move the asus_wmi_input_init() and asus_wmi_input_exit() functions to
below the WMI helpers, so that further patches in this patch-set can use
the WMI helpers inside asus_wmi_input_init() without needing a forward
declaration.

Note this commit makes no functional changes, the moved block of code
is completely unchanged.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/asus-wmi.c