Skip to content

Commit

Permalink
omapdss: OMAP4: HDMI: remove unnecessary edid macros
Browse files Browse the repository at this point in the history
The hdmi4 driver has edid macros that aren't used at all. Remove them.

Signed-off-by: Archit Taneja <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
  • Loading branch information
Archit Taneja authored and tomba committed Oct 9, 2013
1 parent ef26958 commit c8a0d95
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/video/omap2/dss/hdmi4.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@
#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;
Expand Down

0 comments on commit c8a0d95

Please sign in to comment.