From: Corentin Labbe Date: Thu, 15 Dec 2016 14:03:23 +0000 (-0200) Subject: [media] media: s5p-cec: Remove unneeded linux/miscdevice.h include X-Git-Tag: v4.11-rc1~132^2~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba218bf91176ba2f24fc0c42e818ae2ab2862d11;p=thirdparty%2Fkernel%2Fstable.git [media] media: s5p-cec: Remove unneeded linux/miscdevice.h include s5p-cec: does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/s5p-cec/exynos_hdmi_cec.h b/drivers/staging/media/s5p-cec/exynos_hdmi_cec.h index 3e4fc7b05e831..7d9453505dcee 100644 --- a/drivers/staging/media/s5p-cec/exynos_hdmi_cec.h +++ b/drivers/staging/media/s5p-cec/exynos_hdmi_cec.h @@ -14,7 +14,6 @@ #define _EXYNOS_HDMI_CEC_H_ __FILE__ #include -#include #include "s5p_cec.h" void s5p_cec_set_divider(struct s5p_cec_dev *cec);