diff options
author | Hans de Goede <hdegoede@redhat.com> | 2021-02-04 15:01:57 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-02-04 15:15:19 +0100 |
commit | d2386d791cb72e0dcaa5f43d509a4f71c44f47d8 (patch) | |
tree | 32c9e1377ce4a93e5e1b6982587f2ad70aede478 /drivers/platform/surface/aggregator/ssh_packet_layer.c | |
parent | 2c15644ebed06949458bf6956ed124164ef51063 (diff) |
platform/x86: thinkpad_acpi: Fix 'warning: no previous prototype for' warnings
Some of the new dytc handling functions are not marked static, even though
they are only used internally.
Mark these static, fixing the following compiler warnings:
drivers/platform/x86/thinkpad_acpi.c:10081:5: warning: no previous prototype for 'dytc_profile_get' [-Wmissing-prototypes]
drivers/platform/x86/thinkpad_acpi.c:10095:5: warning: no previous prototype for 'dytc_cql_command' [-Wmissing-prototypes]
drivers/platform/x86/thinkpad_acpi.c:10133:5: warning: no previous prototype for 'dytc_profile_set' [-Wmissing-prototypes]
Cc: Mark Pearson <markpearson@lenovo.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20210204140158.268289-1-hdegoede@redhat.com
Diffstat (limited to 'drivers/platform/surface/aggregator/ssh_packet_layer.c')
0 files changed, 0 insertions, 0 deletions