aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/media-entity.h
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2016-02-15 09:08:06 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-03 09:54:36 -0300
commit2899d35dc940613bed5912b26728f7947f48979e (patch)
treec89c380803242fbfc9cd77d424cfeae7171c494b /include/media/media-entity.h
parent[media] rtl2832: move stats polling to read status (diff)
downloadwireguard-linux-2899d35dc940613bed5912b26728f7947f48979e.tar.xz
wireguard-linux-2899d35dc940613bed5912b26728f7947f48979e.zip
[media] media-entity: include linux/bug.h for WARN_ON
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>
Diffstat (limited to 'include/media/media-entity.h')
-rw-r--r--include/media/media-entity.h1
1 files changed, 1 insertions, 0 deletions
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>