ACPI / sysfs: Make function param_set_trace_method_name() static
authorColin Ian King <colin.king@canonical.com>
Mon, 2 Oct 2017 14:40:33 +0000 (15:40 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 8 Nov 2017 23:35:41 +0000 (00:35 +0100)
commit3e87ead41224fca9dbc3c8646b5cff8168348aba
tree21f30ff96173147331ef9a0b4e7a677825b8ccb5
parent39dae59d66acd86d1de24294bd2f343fd5e7a625
ACPI / sysfs: Make function param_set_trace_method_name() static

The function param_set_trace_method_name is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'param_set_trace_method_name' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sysfs.c