This patch fixes following build break: drivers/media/video/s5p-tv/mixer_video.c:828: error: ‘THIS_MODULE’ undeclared here (not in a function) make[4]: *** [drivers/media/video/s5p-tv/mixer_video.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [drivers/media/video/s5p-tv] Error 2 Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> --- drivers/media/video/s5p-tv/mixer_video.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/s5p-tv/mixer_video.c b/drivers/media/video/s5p-tv/mixer_video.c index e90f63e..0e3316b 100644 --- a/drivers/media/video/s5p-tv/mixer_video.c +++ b/drivers/media/video/s5p-tv/mixer_video.c @@ -17,6 +17,7 @@ #include <linux/videodev2.h> #include <media/videobuf2-fb.h> #include <linux/mm.h> +#include <linux/module.h> #include <linux/version.h> #include <linux/timer.h> #include <media/videobuf2-dma-contig.h> -- 1.7.1.569.g6f426 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html