Skip to content

Commit 9ac30ef

Browse files
arndbdaeinki
authored andcommitted
drm: exynos: include linux/irq.h
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: b37d53a ("drm/exynos/decon5433: move TE handling to DECON") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent 6e8edf8 commit 9ac30ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/exynos/exynos5433_drm_decon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/clk.h>
1515
#include <linux/component.h>
1616
#include <linux/iopoll.h>
17+
#include <linux/irq.h>
1718
#include <linux/mfd/syscon.h>
1819
#include <linux/of_device.h>
1920
#include <linux/of_gpio.h>

0 commit comments

Comments
 (0)