 
            
            
            
            
                29 Oct
                
                    2019
                
            
            
                29 Oct
                
                '19
                
            
            
            
        
    
                6:49 a.m.
            
        On Mon, 28 Oct 2019 22:42:13 +0100, Alex Deucher wrote:
@@ -35,6 +35,11 @@ #include <linux/clocksource.h> #include <linux/time.h> #include <linux/completion.h> +#ifdef SUPPORT_VGA_SWITCHEROO +#ifdef CONFIG_ACPI +#include <linux/acpi.h> +#endif +#endif
I don't think we need ifdefs here. Other than that, Reviewed-by: Takashi Iwai tiwai@suse.de
thanks,
Takashi