diff mbox

[1/1] drm/nouveau/device: Remove duplicate inclusion of core/device.h

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

Commit Message

Sachin Kamat Nov. 20, 2012, 6:05 a.m. UTC
core/device.h was included twice.

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

Comments

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

On 20 November 2012 11:35, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> core/device.h was included twice.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  drivers/gpu/drm/nouveau/core/subdev/device/base.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/nouveau/core/subdev/device/base.c b/drivers/gpu/drm/nouveau/core/subdev/device/base.c
> index ca9a464..8d5e019 100644
> --- a/drivers/gpu/drm/nouveau/core/subdev/device/base.c
> +++ b/drivers/gpu/drm/nouveau/core/subdev/device/base.c
> @@ -25,7 +25,6 @@
>  #include <core/object.h>
>  #include <core/device.h>
>  #include <core/client.h>
> -#include <core/device.h>
>  #include <core/option.h>
>
>  #include <core/class.h>
> --
> 1.7.4.1
>
diff mbox

Patch

diff --git a/drivers/gpu/drm/nouveau/core/subdev/device/base.c b/drivers/gpu/drm/nouveau/core/subdev/device/base.c
index ca9a464..8d5e019 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/device/base.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/device/base.c
@@ -25,7 +25,6 @@ 
 #include <core/object.h>
 #include <core/device.h>
 #include <core/client.h>
-#include <core/device.h>
 #include <core/option.h>
 
 #include <core/class.h>