From: Randy Dunlap Date: Tue, 7 Dec 2010 18:50:09 +0000 (-0300) Subject: [media] media: fix em28xx build, needs hardirq.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c59a9bfabfc2a6359f046652c6bfa0a82fb17a05;p=linux-beck.git [media] media: fix em28xx build, needs hardirq.h Fix em28xx build by adding hardirq.h header file: drivers/media/video/em28xx/em28xx-vbi.c:49: error: implicit declaration of function 'in_interrupt' Reported-by: Zimny Lech Signed-off-by: Randy Dunlap Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/em28xx/em28xx-vbi.c b/drivers/media/video/em28xx/em28xx-vbi.c index 7f1c4a2173b6..2b4c9cba2d67 100644 --- a/drivers/media/video/em28xx/em28xx-vbi.c +++ b/drivers/media/video/em28xx/em28xx-vbi.c @@ -23,6 +23,7 @@ #include #include +#include #include #include "em28xx.h"