* [PATCH 1/2] media: s5p-cec: Remove unneeded linux/miscdevice.h include
@ 2016-12-15 14:03 Corentin Labbe
2016-12-15 14:03 ` [PATCH 2/2] media: s5p-cec: Remove references to non-existent PLAT_S5P symbol Corentin Labbe
0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2016-12-15 14:03 UTC (permalink / raw)
To: linux-arm-kernel
s5p-cec: does not use any miscdevice so this patch remove this
unnecessary inclusion.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
drivers/staging/media/s5p-cec/exynos_hdmi_cec.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/media/s5p-cec/exynos_hdmi_cec.h b/drivers/staging/media/s5p-cec/exynos_hdmi_cec.h
index 3e4fc7b..7d94535 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 <linux/regmap.h>
-#include <linux/miscdevice.h>
#include "s5p_cec.h"
void s5p_cec_set_divider(struct s5p_cec_dev *cec);
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] media: s5p-cec: Remove references to non-existent PLAT_S5P symbol
2016-12-15 14:03 [PATCH 1/2] media: s5p-cec: Remove unneeded linux/miscdevice.h include Corentin Labbe
@ 2016-12-15 14:03 ` Corentin Labbe
0 siblings, 0 replies; 2+ messages in thread
From: Corentin Labbe @ 2016-12-15 14:03 UTC (permalink / raw)
To: linux-arm-kernel
Commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code")
removed the Kconfig symbol PLAT_S5P.
This patch remove the last occurrence of this symbol.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
drivers/staging/media/s5p-cec/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/s5p-cec/Kconfig b/drivers/staging/media/s5p-cec/Kconfig
index 0315fd7..cba4f8a 100644
--- a/drivers/staging/media/s5p-cec/Kconfig
+++ b/drivers/staging/media/s5p-cec/Kconfig
@@ -1,6 +1,6 @@
config VIDEO_SAMSUNG_S5P_CEC
tristate "Samsung S5P CEC driver"
- depends on VIDEO_DEV && MEDIA_CEC && (PLAT_S5P || ARCH_EXYNOS || COMPILE_TEST)
+ depends on VIDEO_DEV && MEDIA_CEC && (ARCH_EXYNOS || COMPILE_TEST)
---help---
This is a driver for Samsung S5P HDMI CEC interface. It uses the
generic CEC framework interface.
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-15 14:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 14:03 [PATCH 1/2] media: s5p-cec: Remove unneeded linux/miscdevice.h include Corentin Labbe
2016-12-15 14:03 ` [PATCH 2/2] media: s5p-cec: Remove references to non-existent PLAT_S5P symbol Corentin Labbe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox