]> Pileus Git - ~andy/linux/commitdiff
omapdss: OMAP4: HDMI: remove unnecessary edid macros
authorArchit Taneja <archit@ti.com>
Fri, 6 Sep 2013 13:05:44 +0000 (18:35 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 Oct 2013 09:42:33 +0000 (12:42 +0300)
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>
drivers/video/omap2/dss/hdmi4.c

index 324ecd00e4da88e92bf9ceb144bddb2db17fdb40..ab43069c10ed71d03998e4617e134b94bbc51eb1 100644 (file)
 #include "dss.h"
 #include "dss_features.h"
 
-/* HDMI EDID Length move this */
-#define HDMI_EDID_MAX_LENGTH                   256
-#define EDID_TIMING_DESCRIPTOR_SIZE            0x12
-#define EDID_DESCRIPTOR_BLOCK0_ADDRESS         0x36
-#define EDID_DESCRIPTOR_BLOCK1_ADDRESS         0x80
-#define EDID_SIZE_BLOCK0_TIMING_DESCRIPTOR     4
-#define EDID_SIZE_BLOCK1_TIMING_DESCRIPTOR     4
-
 static struct {
        struct mutex lock;
        struct platform_device *pdev;