[ACPI] delete CONFIG_ACPI_INTERPRETER
it is a synonym for CONFIG_ACPI Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -488,20 +488,9 @@ extern int ec_write(u8 addr, u8 val);
|
||||
|
||||
#endif /*CONFIG_ACPI_EC*/
|
||||
|
||||
#ifdef CONFIG_ACPI_INTERPRETER
|
||||
|
||||
extern int acpi_blacklisted(void);
|
||||
extern void acpi_bios_year(char *s);
|
||||
|
||||
#else /*!CONFIG_ACPI_INTERPRETER*/
|
||||
|
||||
static inline int acpi_blacklisted(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /*!CONFIG_ACPI_INTERPRETER*/
|
||||
|
||||
#define ACPI_CSTATE_LIMIT_DEFINED /* for driver builds */
|
||||
#ifdef CONFIG_ACPI
|
||||
|
||||
|
Reference in New Issue
Block a user