• Arnd Bergmann's avatar
    drm: exynos: include linux/irq.h · 9ac30ef6
    Arnd Bergmann authored
    I ran into a build error on x86:
    
    drivers/gpu/drm/exynos/exynos5433_drm_decon.c: In function 'decon_conf_irq':
    drivers/gpu/drm/exynos/exynos5433_drm_decon.c:706:2: error: implicit declaration of function 'irq_set_status_flags'; did you mean 'dquot_state_flag'? [-Werror=implicit-function-declaration]
      irq_set_status_flags(irq, IRQ_NOAUTOEN);
    
    Adding the missing include fixes the error.
    
    Fixes: b37d53a0 ("drm/exynos/decon5433: move TE handling to DECON")
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
    9ac30ef6
exynos5433_drm_decon.c 20.2 KB