bcm27xx-userland: update to latest version
[openwrt/staging/rmilecki.git] / target / linux / bcm27xx / patches-5.4 / 950-0594-drm-vc4-hdmi-Remove-unused-CEC_CLOCK_DIV-define.patch
1 From a1a87ba39e7fad93cbbb5ea178a12d0c669a9812 Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime@cerno.tech>
3 Date: Mon, 10 Feb 2020 15:15:47 +0100
4 Subject: [PATCH] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
5
6 The CEC_CLOCK_DIV define is not used anywhere in the driver, let's remove
7 it.
8
9 Signed-off-by: Maxime Ripard <maxime@cerno.tech>
10 ---
11 drivers/gpu/drm/vc4/vc4_hdmi.c | 1 -
12 1 file changed, 1 deletion(-)
13
14 --- a/drivers/gpu/drm/vc4/vc4_hdmi.c
15 +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c
16 @@ -54,7 +54,6 @@
17
18 #define HSM_CLOCK_FREQ 163682864
19 #define CEC_CLOCK_FREQ 40000
20 -#define CEC_CLOCK_DIV (HSM_CLOCK_FREQ / CEC_CLOCK_FREQ)
21
22 static int vc4_hdmi_debugfs_regs(struct seq_file *m, void *unused)
23 {