From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 12 Aug 2013 23:38:04 +0200 Subject: [U-Boot] [PATCH] edid: rename struct member to fix two EDID_* macros In-Reply-To: <1375860153-2603-1-git-send-email-christian.gmeiner@gmail.com> References: <1375860153-2603-1-git-send-email-christian.gmeiner@gmail.com> Message-ID: <20130812233804.19659682@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 7 Aug 2013 09:22:33 +0200 Christian Gmeiner wrote: > Without this change EDID_DETAILED_TIMING_VSYNC_OFFSET > and EDID_DETAILED_TIMING_VSYNC_PULSE_WIDTH macros can > not be used (compile error). > The fix is quite trivial: rename struct member to the > expected name. > > Signed-off-by: Christian Gmeiner > --- > include/edid.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-video/master. Thanks! Anatolij