Home
last modified time | relevance | path

Searched hist:d7a188bb87d8da78a1ef0dea53f1639f3daf0790 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/
H A Dprmt.cdiff d7a188bb87d8da78a1ef0dea53f1639f3daf0790 Tue Jun 15 19:21:57 CEST 2021 Wei Yongjun <weiyongjun1@huawei.com> ACPI: PRM: make symbol 'prm_module_list' static

The sparse tool complains as follows:

drivers/acpi/prmt.c:53:1: warning:
symbol 'prm_module_list' was not declared. Should it be static?

This symbol is not used outside of prmt.c, so marks it static.

Fixes: cefc7ca46235 ("ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtype")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>