[PATCH] drm/exynos: Add missing includes

2013-08-13 Thread Inki Dae
.kernel.org; dri- > devel at lists.freedesktop.org > Subject: Re: [PATCH] drm/exynos: Add missing includes > > On Tue, Aug 13, 2013 at 11:27:04AM +0900, Inki Dae wrote: > > > > Ensure that all externally accessed functions are correctly > > > prototyped when defined in

[PATCH] drm/exynos: Add missing includes

2013-08-13 Thread Inki Dae
.org; dri-devel at lists.freedesktop.org; > Mark Brown > Subject: [PATCH] drm/exynos: Add missing includes > > From: Mark Brown > > Ensure that all externally accessed functions are correctly prototyped > when defined in each file by making sure the headers with the protoypes > are inclu

[PATCH] drm/exynos: Add missing includes

2013-08-13 Thread Mark Brown
On Tue, Aug 13, 2013 at 11:27:04AM +0900, Inki Dae wrote: > > Ensure that all externally accessed functions are correctly prototyped > > when defined in each file by making sure the headers with the protoypes > > are included in the file with the definition. > I definitely missed it. sorry about

Re: [PATCH] drm/exynos: Add missing includes

2013-08-13 Thread Mark Brown
On Tue, Aug 13, 2013 at 11:27:04AM +0900, Inki Dae wrote: > > Ensure that all externally accessed functions are correctly prototyped > > when defined in each file by making sure the headers with the protoypes > > are included in the file with the definition. > I definitely missed it. sorry about

RE: [PATCH] drm/exynos: Add missing includes

2013-08-13 Thread Inki Dae
.@vger.kernel.org; dri- > de...@lists.freedesktop.org > Subject: Re: [PATCH] drm/exynos: Add missing includes > > On Tue, Aug 13, 2013 at 11:27:04AM +0900, Inki Dae wrote: > > > > Ensure that all externally accessed functions are correctly > > > prototyped when defined in each file by

[PATCH] drm/exynos: Add missing includes

2013-08-13 Thread Mark Brown
From: Mark Brown Ensure that all externally accessed functions are correctly prototyped when defined in each file by making sure the headers with the protoypes are included in the file with the definition. Signed-off-by: Mark Brown --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 1 + drive

[PATCH] drm/exynos: Add missing includes

2013-08-12 Thread Mark Brown
From: Mark Brown Ensure that all externally accessed functions are correctly prototyped when defined in each file by making sure the headers with the protoypes are included in the file with the definition. Signed-off-by: Mark Brown --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 1 + drive

RE: [PATCH] drm/exynos: Add missing includes

2013-08-12 Thread Inki Dae
esktop.org; > Mark Brown > Subject: [PATCH] drm/exynos: Add missing includes > > From: Mark Brown > > Ensure that all externally accessed functions are correctly prototyped > when defined in each file by making sure the headers with the protoypes > are included in the file wi

[PATCH] drm/exynos: Add missing includes

2013-07-06 Thread Tomasz Figa
On Tuesday 02 of July 2013 16:04:49 Mark Brown wrote: > On Tue, Jul 02, 2013 at 09:21:32PM +0900, Inki Dae wrote: > > > Ensure that all externally accessed functions are correctly > > > prototyped > > > when defined in each file by making sure the headers with the > > > protoypes > > > are included

Re: [PATCH] drm/exynos: Add missing includes

2013-07-05 Thread Tomasz Figa
On Tuesday 02 of July 2013 16:04:49 Mark Brown wrote: > On Tue, Jul 02, 2013 at 09:21:32PM +0900, Inki Dae wrote: > > > Ensure that all externally accessed functions are correctly > > > prototyped > > > when defined in each file by making sure the headers with the > > > protoypes > > > are included

Re: [PATCH] drm/exynos: Add missing includes

2013-07-03 Thread Mark Brown
On Tue, Jul 02, 2013 at 09:21:32PM +0900, Inki Dae wrote: > > Ensure that all externally accessed functions are correctly prototyped > > when defined in each file by making sure the headers with the protoypes > > are included in the file with the definition. > I don't see why this patch is needed

[PATCH] drm/exynos: Add missing includes

2013-07-03 Thread Mark Brown
From: Mark Brown Ensure that all externally accessed functions are correctly prototyped when defined in each file by making sure the headers with the protoypes are included in the file with the definition. Signed-off-by: Mark Brown --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 1 + drive

[PATCH] drm/exynos: Add missing includes

2013-07-02 Thread Inki Dae
g; > linux-samsung-soc at vger.kernel.org; Mark Brown > Subject: [PATCH] drm/exynos: Add missing includes > > From: Mark Brown > > Ensure that all externally accessed functions are correctly prototyped > when defined in each file by making sure the headers with the protoy

[PATCH] drm/exynos: Add missing includes

2013-07-02 Thread Mark Brown
On Tue, Jul 02, 2013 at 09:21:32PM +0900, Inki Dae wrote: > > Ensure that all externally accessed functions are correctly prototyped > > when defined in each file by making sure the headers with the protoypes > > are included in the file with the definition. > I don't see why this patch is needed

RE: [PATCH] drm/exynos: Add missing includes

2013-07-02 Thread Inki Dae
> linux-samsung-...@vger.kernel.org; Mark Brown > Subject: [PATCH] drm/exynos: Add missing includes > > From: Mark Brown > > Ensure that all externally accessed functions are correctly prototyped > when defined in each file by making sure the headers with the protoypes > are included

[PATCH] drm/exynos: Add missing includes

2013-07-01 Thread Mark Brown
From: Mark Brown Ensure that all externally accessed functions are correctly prototyped when defined in each file by making sure the headers with the protoypes are included in the file with the definition. Signed-off-by: Mark Brown --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 1 + drive