drm/nouveau/device: Remove duplicate inclusion of core/device.h
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 20 Nov 2012 06:05:32 +0000 (11:35 +0530)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 28 Nov 2012 23:58:13 +0000 (09:58 +1000)
core/device.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/subdev/device/base.c

index 4778501..f8a7ed4 100644 (file)
@@ -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>