aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2013-09-06 09:05:44 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-10-09 05:42:33 -0400
commitc8a0d959b776f6799b995941ee0c2f8c67110fe8 (patch)
treee8f852c4cf42b1d644a4d8428b7069549ae2deea
parentef26958a0c44b503ee39b2319e240be36bb34415 (diff)
omapdss: OMAP4: HDMI: remove unnecessary edid macros
The hdmi4 driver has edid macros that aren't used at all. Remove them. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--drivers/video/omap2/dss/hdmi4.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/omap2/dss/hdmi4.c b/drivers/video/omap2/dss/hdmi4.c
index 324ecd00e4da..ab43069c10ed 100644
--- a/drivers/video/omap2/dss/hdmi4.c
+++ b/drivers/video/omap2/dss/hdmi4.c
@@ -38,14 +38,6 @@
38#include "dss.h" 38#include "dss.h"
39#include "dss_features.h" 39#include "dss_features.h"
40 40
41/* HDMI EDID Length move this */
42#define HDMI_EDID_MAX_LENGTH 256
43#define EDID_TIMING_DESCRIPTOR_SIZE 0x12
44#define EDID_DESCRIPTOR_BLOCK0_ADDRESS 0x36
45#define EDID_DESCRIPTOR_BLOCK1_ADDRESS 0x80
46#define EDID_SIZE_BLOCK0_TIMING_DESCRIPTOR 4
47#define EDID_SIZE_BLOCK1_TIMING_DESCRIPTOR 4
48
49static struct { 41static struct {
50 struct mutex lock; 42 struct mutex lock;
51 struct platform_device *pdev; 43 struct platform_device *pdev;