[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1316798296-21668-1-git-send-email-mattst88@gmail.com>
Date: Fri, 23 Sep 2011 13:18:15 -0400
From: Matt Turner <mattst88@...il.com>
To: Dave Airlie <airlied@...hat.com>
Cc: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Matt Turner <mattst88@...il.com>
Subject: [PATCH] drm: remove unneeded redefinition of DDC_ADDR
It's already defined in drm_edid.h.
Signed-off-by: Matt Turner <mattst88@...il.com>
---
drivers/gpu/drm/drm_edid.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 7425e5c..9fa8316 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -225,7 +225,6 @@ bool drm_edid_is_valid(struct edid *edid)
}
EXPORT_SYMBOL(drm_edid_is_valid);
-#define DDC_ADDR 0x50
#define DDC_SEGMENT_ADDR 0x30
/**
* Get EDID information via I2C.
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists