Re: [PATCH 1/2] drm/exynos/decon: Add include guard to the Exynos7 header

2017-06-20 Thread Krzysztof Kozlowski
On Tue, Jun 20, 2017 at 11:53 AM, Emil Velikov wrote: > On 19 June 2017 at 17:31, Krzysztof Kozlowski wrote: >> Although header is included only once but still having an include guard >> is a good practice. To avoid confusion, add SoC prefix to

Re: [PATCH 1/2] drm/exynos/decon: Add include guard to the Exynos7 header

2017-06-20 Thread Krzysztof Kozlowski
On Tue, Jun 20, 2017 at 12:57 PM, Emil Velikov wrote: > On 20 June 2017 at 11:02, Krzysztof Kozlowski wrote: >> On Tue, Jun 20, 2017 at 11:53 AM, Emil Velikov >> wrote: >>> On 19 June 2017 at 17:31, Krzysztof Kozlowski

Re: [PATCH 1/2] drm/exynos/decon: Add include guard to the Exynos7 header

2017-06-20 Thread Emil Velikov
On 20 June 2017 at 11:02, Krzysztof Kozlowski wrote: > On Tue, Jun 20, 2017 at 11:53 AM, Emil Velikov > wrote: >> On 19 June 2017 at 17:31, Krzysztof Kozlowski wrote: >>> Although header is included only once but still having an

Re: [PATCH 1/2] drm/exynos/decon: Add include guard to the Exynos7 header

2017-06-20 Thread Emil Velikov
On 19 June 2017 at 17:31, Krzysztof Kozlowski wrote: > Although header is included only once but still having an include guard > is a good practice. To avoid confusion, add SoC prefix to existing > Exynos5433 header include guard. > > Signed-off-by: Krzysztof Kozlowski

[PATCH 1/2] drm/exynos/decon: Add include guard to the Exynos7 header

2017-06-19 Thread Krzysztof Kozlowski
Although header is included only once but still having an include guard is a good practice. To avoid confusion, add SoC prefix to existing Exynos5433 header include guard. Signed-off-by: Krzysztof Kozlowski --- include/video/exynos5433_decon.h | 6 +++---