platform/x86: toshiba_acpi: change turn_on_panel_on_resume to static
authorYang Yingliang <yangyingliang@huawei.com>
Tue, 20 Sep 2022 08:44:34 +0000 (16:44 +0800)
committerHans de Goede <hdegoede@redhat.com>
Thu, 22 Sep 2022 13:54:23 +0000 (15:54 +0200)
commit5890032523780ddbf508d4b86ddd738bff43a70c
tree614b89f097dbce4b75d6bab1ad881480455bd151
parentc710765a4742337e40199403acde2fdd3189183d
platform/x86: toshiba_acpi: change turn_on_panel_on_resume to static

turn_on_panel_on_resume is only used in toshiba_acpi.c now, change it
to static.

Fixes: 3cb1f40dfdc3 ("drivers/platform: toshiba_acpi: Call HCI_PANEL_POWER_ON on resume on some models")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20220920084434.3739493-1-yangyingliang@huawei.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/toshiba_acpi.c