drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git] / include / acpi / button.h
blob340da7784cc8582df50363cfa0330f7af3a9ba4d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ACPI_BUTTON_H
3 #define ACPI_BUTTON_H
5 #if IS_ENABLED(CONFIG_ACPI_BUTTON)
6 extern int acpi_lid_open(void);
7 #else
8 static inline int acpi_lid_open(void)
10 return 1;
12 #endif /* IS_ENABLED(CONFIG_ACPI_BUTTON) */
14 #endif /* ACPI_BUTTON_H */