summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-12-07 15:50:09 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 08:17:02 -0200
commitc59a9bfabfc2a6359f046652c6bfa0a82fb17a05 (patch)
treeb1680d5afefbd86d8dbd65d986b4aab8af4c54e5 /drivers/media/video/em28xx
parent4c8b8698053c986f5f5249878eab70cb028a1023 (diff)
downloadop-kernel-dev-c59a9bfabfc2a6359f046652c6bfa0a82fb17a05.zip
op-kernel-dev-c59a9bfabfc2a6359f046652c6bfa0a82fb17a05.tar.gz
[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 <napohybelskurwysynom2010@gmail.com> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-vbi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-vbi.c b/drivers/media/video/em28xx/em28xx-vbi.c
index 7f1c4a2..2b4c9cb 100644
--- a/drivers/media/video/em28xx/em28xx-vbi.c
+++ b/drivers/media/video/em28xx/em28xx-vbi.c
@@ -23,6 +23,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
+#include <linux/hardirq.h>
#include <linux/init.h>
#include "em28xx.h"
OpenPOWER on IntegriCloud