Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba218bf9 authored by Corentin Labbe's avatar Corentin Labbe Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent da8892d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,6 @@
#define _EXYNOS_HDMI_CEC_H_ __FILE__
#define _EXYNOS_HDMI_CEC_H_ __FILE__


#include <linux/regmap.h>
#include <linux/regmap.h>
#include <linux/miscdevice.h>
#include "s5p_cec.h"
#include "s5p_cec.h"


void s5p_cec_set_divider(struct s5p_cec_dev *cec);
void s5p_cec_set_divider(struct s5p_cec_dev *cec);