[PATCH 1/1] drm/exynos: Fix build error in exynos_hdmi.c

2014-02-04 Thread Sachin Kamat
On 4 February 2014 05:05, Sean Paul wrote: > On Mon, Feb 3, 2014 at 7:14 AM, Inki Dae wrote: >> 2014-01-31 Josh Boyer : >>> On Fri, Jan 31, 2014 at 1:09 AM, Sachin Kamat >>> wrote: 'hdmi_infoframe' is already defined in include/linux/hdmi.h. Rename the local variable to avoid the

[PATCH 1/1] drm/exynos: Fix build error in exynos_hdmi.c

2014-02-03 Thread Inki Dae
2014-01-31 Josh Boyer : > On Fri, Jan 31, 2014 at 1:09 AM, Sachin Kamat > wrote: >> 'hdmi_infoframe' is already defined in include/linux/hdmi.h. >> Rename the local variable to avoid the following build error: >> drivers/gpu/drm/exynos/exynos_hdmi.c:382:8: error: 'hdmi_infoframe' defined >> as

[PATCH 1/1] drm/exynos: Fix build error in exynos_hdmi.c

2014-02-03 Thread Sean Paul
On Mon, Feb 3, 2014 at 7:14 AM, Inki Dae wrote: > 2014-01-31 Josh Boyer : >> On Fri, Jan 31, 2014 at 1:09 AM, Sachin Kamat >> wrote: >>> 'hdmi_infoframe' is already defined in include/linux/hdmi.h. >>> Rename the local variable to avoid the following build error: >>>

[PATCH 1/1] drm/exynos: Fix build error in exynos_hdmi.c

2014-01-31 Thread Sachin Kamat
?hdmi_infoframe? is already defined in include/linux/hdmi.h. Rename the local variable to avoid the following build error: drivers/gpu/drm/exynos/exynos_hdmi.c:382:8: error: ?hdmi_infoframe? defined as wrong kind of tag struct hdmi_infoframe { Signed-off-by: Sachin Kamat Reported-by: Josh

[PATCH 1/1] drm/exynos: Fix build error in exynos_hdmi.c

2014-01-31 Thread Josh Boyer
On Fri, Jan 31, 2014 at 1:09 AM, Sachin Kamat wrote: > 'hdmi_infoframe' is already defined in include/linux/hdmi.h. > Rename the local variable to avoid the following build error: > drivers/gpu/drm/exynos/exynos_hdmi.c:382:8: error: 'hdmi_infoframe' defined > as wrong kind of tag > struct