mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
ACPI: debug: Remove the not used function
The inline function __acpi_aml_opened() is not used anywhere, remove it. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
eb37ba316f
commit
ab5369bba5
@@ -117,13 +117,6 @@ static inline bool __acpi_aml_busy(void)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool __acpi_aml_opened(void)
|
|
||||||
{
|
|
||||||
if (acpi_aml_io.flags & ACPI_AML_OPEN)
|
|
||||||
return true;
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline bool __acpi_aml_used(void)
|
static inline bool __acpi_aml_used(void)
|
||||||
{
|
{
|
||||||
return acpi_aml_io.usages ? true : false;
|
return acpi_aml_io.usages ? true : false;
|
||||||
|
Reference in New Issue
Block a user