|
@@ -245,19 +245,12 @@ extern bool wmi_has_guid(const char *guid);
|
|
|
|
|
|
#if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE)
|
|
|
|
|
|
-extern long acpi_video_get_capabilities(acpi_handle graphics_dev_handle);
|
|
|
extern long acpi_is_video_device(acpi_handle handle);
|
|
|
extern void acpi_video_dmi_promote_vendor(void);
|
|
|
extern int acpi_video_backlight_support(void);
|
|
|
-extern int acpi_video_display_switch_support(void);
|
|
|
|
|
|
#else
|
|
|
|
|
|
-static inline long acpi_video_get_capabilities(acpi_handle graphics_dev_handle)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
static inline long acpi_is_video_device(acpi_handle handle)
|
|
|
{
|
|
|
return 0;
|
|
@@ -272,11 +265,6 @@ static inline int acpi_video_backlight_support(void)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static inline int acpi_video_display_switch_support(void)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
#endif /* defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE) */
|
|
|
|
|
|
extern int acpi_blacklisted(void);
|