This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree:
Subject: [media] media-entity: include linux/bug.h for WARN_ON Author: Philipp Zabel <[email protected]> Date: Mon Feb 15 09:08:06 2016 -0200 WARN_ON is used by this header file, but none of its direct includes include asm/bug.h by way of linux/bug.h yet. Signed-off-by: Philipp Zabel <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> include/media/media-entity.h | 1 + 1 file changed, 1 insertion(+) --- http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=2899d35dc940613bed5912b26728f7947f48979e diff --git a/include/media/media-entity.h b/include/media/media-entity.h index d58e29d3f239..6dc9e4e8cbd4 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h @@ -24,6 +24,7 @@ #define _MEDIA_ENTITY_H #include <linux/bitmap.h> +#include <linux/bug.h> #include <linux/kernel.h> #include <linux/list.h> #include <linux/media.h> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
