[media] media-entity: include linux/bug.h for WARN_ON
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 15 Feb 2016 11:08:06 +0000 (09:08 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 3 Mar 2016 12:54:36 +0000 (09:54 -0300)
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 <p.zabel@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/media/media-entity.h

index d58e29d3f239da631a964ac355bb486657dafea9..6dc9e4e8cbd49b342a4c309654153ed3fb03beb5 100644 (file)
@@ -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>
This page took 0.03674 seconds and 5 git commands to generate.