diff mbox

drm/exynos: remove superfluous inclusions of fbdev header

Message ID 1464179741-10341-1-git-send-email-tjakobi@math.uni-bielefeld.de (mailing list archive)
State New, archived
Headers show

Commit Message

Tobias Jakobi May 25, 2016, 12:35 p.m. UTC
Neither of these files issue any fbdev related calls.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
 drivers/gpu/drm/exynos/exynos7_drm_decon.c | 1 -
 drivers/gpu/drm/exynos/exynos_drm_core.c   | 1 -
 drivers/gpu/drm/exynos/exynos_drm_fimd.c   | 1 -
 3 files changed, 3 deletions(-)

Comments

Tobias Jakobi June 10, 2016, 10:12 a.m. UTC | #1
Ping!

- Tobias

Tobias Jakobi wrote:
> Neither of these files issue any fbdev related calls.
> 
> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> ---
>  drivers/gpu/drm/exynos/exynos7_drm_decon.c | 1 -
>  drivers/gpu/drm/exynos/exynos_drm_core.c   | 1 -
>  drivers/gpu/drm/exynos/exynos_drm_fimd.c   | 1 -
>  3 files changed, 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
> index da1bd84..d9b2d77 100644
> --- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c
> +++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
> @@ -31,7 +31,6 @@
>  #include "exynos_drm_plane.h"
>  #include "exynos_drm_drv.h"
>  #include "exynos_drm_fb.h"
> -#include "exynos_drm_fbdev.h"
>  #include "exynos_drm_iommu.h"
>  
>  /*
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_core.c b/drivers/gpu/drm/exynos/exynos_drm_core.c
> index 011211e..edbd98f 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_core.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_core.c
> @@ -15,7 +15,6 @@
>  #include <drm/drmP.h>
>  #include "exynos_drm_drv.h"
>  #include "exynos_drm_crtc.h"
> -#include "exynos_drm_fbdev.h"
>  
>  static LIST_HEAD(exynos_drm_subdrv_list);
>  
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> index e20a194..bc175d6 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> @@ -30,7 +30,6 @@
>  
>  #include "exynos_drm_drv.h"
>  #include "exynos_drm_fb.h"
> -#include "exynos_drm_fbdev.h"
>  #include "exynos_drm_crtc.h"
>  #include "exynos_drm_plane.h"
>  #include "exynos_drm_iommu.h"
>
Daniel Vetter June 10, 2016, 2:11 p.m. UTC | #2
On Fri, Jun 10, 2016 at 12:12:45PM +0200, Tobias Jakobi wrote:
> Ping!

exynos maintainer Inki isn't on cc, so good chances he'll miss this.
-Daniel

> 
> - Tobias
> 
> Tobias Jakobi wrote:
> > Neither of these files issue any fbdev related calls.
> > 
> > Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> > ---
> >  drivers/gpu/drm/exynos/exynos7_drm_decon.c | 1 -
> >  drivers/gpu/drm/exynos/exynos_drm_core.c   | 1 -
> >  drivers/gpu/drm/exynos/exynos_drm_fimd.c   | 1 -
> >  3 files changed, 3 deletions(-)
> > 
> > diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
> > index da1bd84..d9b2d77 100644
> > --- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c
> > +++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
> > @@ -31,7 +31,6 @@
> >  #include "exynos_drm_plane.h"
> >  #include "exynos_drm_drv.h"
> >  #include "exynos_drm_fb.h"
> > -#include "exynos_drm_fbdev.h"
> >  #include "exynos_drm_iommu.h"
> >  
> >  /*
> > diff --git a/drivers/gpu/drm/exynos/exynos_drm_core.c b/drivers/gpu/drm/exynos/exynos_drm_core.c
> > index 011211e..edbd98f 100644
> > --- a/drivers/gpu/drm/exynos/exynos_drm_core.c
> > +++ b/drivers/gpu/drm/exynos/exynos_drm_core.c
> > @@ -15,7 +15,6 @@
> >  #include <drm/drmP.h>
> >  #include "exynos_drm_drv.h"
> >  #include "exynos_drm_crtc.h"
> > -#include "exynos_drm_fbdev.h"
> >  
> >  static LIST_HEAD(exynos_drm_subdrv_list);
> >  
> > diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> > index e20a194..bc175d6 100644
> > --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> > +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> > @@ -30,7 +30,6 @@
> >  
> >  #include "exynos_drm_drv.h"
> >  #include "exynos_drm_fb.h"
> > -#include "exynos_drm_fbdev.h"
> >  #include "exynos_drm_crtc.h"
> >  #include "exynos_drm_plane.h"
> >  #include "exynos_drm_iommu.h"
> > 
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
Tobias Jakobi June 10, 2016, 3:26 p.m. UTC | #3
Hello Daniel,

Daniel Vetter wrote:
> On Fri, Jun 10, 2016 at 12:12:45PM +0200, Tobias Jakobi wrote:
>> Ping!
> 
> exynos maintainer Inki isn't on cc, so good chances he'll miss this.
Both the initial mail and my ping have Inki in the Cc.

- Tobias


> -Daniel
> 
>>
>> - Tobias
>>
>> Tobias Jakobi wrote:
>>> Neither of these files issue any fbdev related calls.
>>>
>>> Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
>>> ---
>>>  drivers/gpu/drm/exynos/exynos7_drm_decon.c | 1 -
>>>  drivers/gpu/drm/exynos/exynos_drm_core.c   | 1 -
>>>  drivers/gpu/drm/exynos/exynos_drm_fimd.c   | 1 -
>>>  3 files changed, 3 deletions(-)
>>>
>>> diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
>>> index da1bd84..d9b2d77 100644
>>> --- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c
>>> +++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
>>> @@ -31,7 +31,6 @@
>>>  #include "exynos_drm_plane.h"
>>>  #include "exynos_drm_drv.h"
>>>  #include "exynos_drm_fb.h"
>>> -#include "exynos_drm_fbdev.h"
>>>  #include "exynos_drm_iommu.h"
>>>  
>>>  /*
>>> diff --git a/drivers/gpu/drm/exynos/exynos_drm_core.c b/drivers/gpu/drm/exynos/exynos_drm_core.c
>>> index 011211e..edbd98f 100644
>>> --- a/drivers/gpu/drm/exynos/exynos_drm_core.c
>>> +++ b/drivers/gpu/drm/exynos/exynos_drm_core.c
>>> @@ -15,7 +15,6 @@
>>>  #include <drm/drmP.h>
>>>  #include "exynos_drm_drv.h"
>>>  #include "exynos_drm_crtc.h"
>>> -#include "exynos_drm_fbdev.h"
>>>  
>>>  static LIST_HEAD(exynos_drm_subdrv_list);
>>>  
>>> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>>> index e20a194..bc175d6 100644
>>> --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>>> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>>> @@ -30,7 +30,6 @@
>>>  
>>>  #include "exynos_drm_drv.h"
>>>  #include "exynos_drm_fb.h"
>>> -#include "exynos_drm_fbdev.h"
>>>  #include "exynos_drm_crtc.h"
>>>  #include "exynos_drm_plane.h"
>>>  #include "exynos_drm_iommu.h"
>>>
>>
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/dri-devel
>
대인기/Tizen Platform Lab(SR)/삼성전자 June 13, 2016, 1:34 a.m. UTC | #4
Picked it up.

Thanks,
Inki Dae

2016년 06월 10일 19:12에 Tobias Jakobi 이(가) 쓴 글:
>>  3 files changed, 3 deletions(-)
diff mbox

Patch

diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
index da1bd84..d9b2d77 100644
--- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c
+++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
@@ -31,7 +31,6 @@ 
 #include "exynos_drm_plane.h"
 #include "exynos_drm_drv.h"
 #include "exynos_drm_fb.h"
-#include "exynos_drm_fbdev.h"
 #include "exynos_drm_iommu.h"
 
 /*
diff --git a/drivers/gpu/drm/exynos/exynos_drm_core.c b/drivers/gpu/drm/exynos/exynos_drm_core.c
index 011211e..edbd98f 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_core.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_core.c
@@ -15,7 +15,6 @@ 
 #include <drm/drmP.h>
 #include "exynos_drm_drv.h"
 #include "exynos_drm_crtc.h"
-#include "exynos_drm_fbdev.h"
 
 static LIST_HEAD(exynos_drm_subdrv_list);
 
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
index e20a194..bc175d6 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
@@ -30,7 +30,6 @@ 
 
 #include "exynos_drm_drv.h"
 #include "exynos_drm_fb.h"
-#include "exynos_drm_fbdev.h"
 #include "exynos_drm_crtc.h"
 #include "exynos_drm_plane.h"
 #include "exynos_drm_iommu.h"