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)
commitfed5003d805c5ea06e146ed8df2b319496765454
tree743944a90d4621bc7dafc0a75ff5631730dd62c8
parent6568d0c07efcc2e786d59c9258ec61f36f4ac483
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