media: adv7604 added include of linux/interrupt.h
authorJasmin Jessich <jasmin@anw.at>
Mon, 26 Nov 2018 22:01:09 +0000 (17:01 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 3 Dec 2018 19:42:59 +0000 (14:42 -0500)
commit191cf8b0746a5b0d5b3918fe83fa94ec3232b53f
tree3592dedcfbfd44427ff754eeee7a69abceb6a84d
parentba08e61a7990976a35fe38b2d7790090150186e9
media: adv7604 added include of linux/interrupt.h

On older Kernels (prior to 4.15) irqreturn_t and devm_request_threaded_irq
is not defined when compiling adv7604.c. It seems more recent Kernels
include it via another header which is included by adv7604.c.
Now we include linux/interrupt.h explicitly to get the type also defined
for Kernels prior to 4.15.

Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/adv7604.c