ACPI: video: Add force_native quirk for Sony Vaio VPCY11S1E
[platform/kernel/linux-starfive.git] / drivers / acpi / acpi_dbg.c
index fb72903..d50261d 100644 (file)
@@ -117,13 +117,6 @@ static inline bool __acpi_aml_busy(void)
        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)
 {
        return acpi_aml_io.usages ? true : false;