[media] s5p-tv: Include missing irqreturn.h header
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 7 Feb 2013 05:55:54 +0000 (02:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 8 Feb 2013 19:29:00 +0000 (17:29 -0200)
Without this patch we get the following compilation errors:
drivers/media/platform/s5p-tv/mixer.h:345:13: error: Expected ; at end of declaration
drivers/media/platform/s5p-tv/mixer.h:345:13: error: got mxr_irq_handler

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-tv/mixer.h

index b671e20e9318abcb6e062c6648bc967485a20e01..04e6490a45befbae453d55ef0a86be0bb32497d2 100644 (file)
@@ -19,6 +19,7 @@
 #endif
 
 #include <linux/fb.h>
+#include <linux/irqreturn.h>
 #include <linux/kernel.h>
 #include <linux/spinlock.h>
 #include <linux/wait.h>