From: Sachin Kamat Date: Thu, 7 Feb 2013 05:55:54 +0000 (-0300) Subject: [media] s5p-tv: Include missing irqreturn.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5853d1acdeb3e40daaac6c465d92fc069272cb6a;p=linux-beck.git [media] s5p-tv: Include missing irqreturn.h header 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/s5p-tv/mixer.h b/drivers/media/platform/s5p-tv/mixer.h index b671e20e9318..04e6490a45be 100644 --- a/drivers/media/platform/s5p-tv/mixer.h +++ b/drivers/media/platform/s5p-tv/mixer.h @@ -19,6 +19,7 @@ #endif #include +#include #include #include #include