diff mbox

[1/1] drm/nouveau: remove duplicate inclusion of nouveau_ttm.h

Message ID 1353390830-25909-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat Nov. 20, 2012, 5:53 a.m. UTC
nouveau_ttm.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/gpu/drm/nouveau/nouveau_drm.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

Sachin Kamat Nov. 27, 2012, 3:34 a.m. UTC | #1
ping

On 20 November 2012 11:23, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> nouveau_ttm.h was included twice.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  drivers/gpu/drm/nouveau/nouveau_drm.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
> index 0910125..a1e3fed 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_drm.c
> +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
> @@ -49,8 +49,6 @@
>  #include "nouveau_fbcon.h"
>  #include "nouveau_fence.h"
>
> -#include "nouveau_ttm.h"
> -
>  MODULE_PARM_DESC(config, "option string to pass to driver core");
>  static char *nouveau_config;
>  module_param_named(config, nouveau_config, charp, 0400);
> --
> 1.7.4.1
>
Ben Skeggs Nov. 27, 2012, 3:39 a.m. UTC | #2
On Tue, 2012-11-27 at 09:04 +0530, Sachin Kamat wrote:
> ping
> 
> On 20 November 2012 11:23, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> > nouveau_ttm.h was included twice.
I've queued it in my tree, thanks!

Ben.

> >
> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> > ---
> >  drivers/gpu/drm/nouveau/nouveau_drm.c |    2 --
> >  1 files changed, 0 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
> > index 0910125..a1e3fed 100644
> > --- a/drivers/gpu/drm/nouveau/nouveau_drm.c
> > +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
> > @@ -49,8 +49,6 @@
> >  #include "nouveau_fbcon.h"
> >  #include "nouveau_fence.h"
> >
> > -#include "nouveau_ttm.h"
> > -
> >  MODULE_PARM_DESC(config, "option string to pass to driver core");
> >  static char *nouveau_config;
> >  module_param_named(config, nouveau_config, charp, 0400);
> > --
> > 1.7.4.1
> >
> 
> 
>
Sachin Kamat Nov. 27, 2012, 3:43 a.m. UTC | #3
On 27 November 2012 09:09, Ben Skeggs <bskeggs@redhat.com> wrote:
> On Tue, 2012-11-27 at 09:04 +0530, Sachin Kamat wrote:
>> ping
>>
>> On 20 November 2012 11:23, Sachin Kamat <sachin.kamat@linaro.org> wrote:
>> > nouveau_ttm.h was included twice.
> I've queued it in my tree, thanks!

Thanks Ben. There is also another patch for which I have just pinged.
Please check.
>
> Ben.
>
>> >
>> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> > ---
>> >  drivers/gpu/drm/nouveau/nouveau_drm.c |    2 --
>> >  1 files changed, 0 insertions(+), 2 deletions(-)
>> >
>> > diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
>> > index 0910125..a1e3fed 100644
>> > --- a/drivers/gpu/drm/nouveau/nouveau_drm.c
>> > +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
>> > @@ -49,8 +49,6 @@
>> >  #include "nouveau_fbcon.h"
>> >  #include "nouveau_fence.h"
>> >
>> > -#include "nouveau_ttm.h"
>> > -
>> >  MODULE_PARM_DESC(config, "option string to pass to driver core");
>> >  static char *nouveau_config;
>> >  module_param_named(config, nouveau_config, charp, 0400);
>> > --
>> > 1.7.4.1
>> >
>>
>>
>>
>
>
diff mbox

Patch

diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 0910125..a1e3fed 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -49,8 +49,6 @@ 
 #include "nouveau_fbcon.h"
 #include "nouveau_fence.h"
 
-#include "nouveau_ttm.h"
-
 MODULE_PARM_DESC(config, "option string to pass to driver core");
 static char *nouveau_config;
 module_param_named(config, nouveau_config, charp, 0400);