diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-20 11:35:32 +0530 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-11-29 09:58:13 +1000 |
commit | a8f559efb26f0d19abd819b1d59b2564f4bfa7e8 (patch) | |
tree | 60107af2b05aaf327af83ca5b62c5ed8fecfa19b /drivers/gpu/drm | |
parent | 24c89e9b630639d081066f8c3d21568b5e4c61d8 (diff) | |
download | linux-a8f559efb26f0d19abd819b1d59b2564f4bfa7e8.tar.gz linux-a8f559efb26f0d19abd819b1d59b2564f4bfa7e8.tar.bz2 linux-a8f559efb26f0d19abd819b1d59b2564f4bfa7e8.zip |
drm/nouveau/device: Remove duplicate inclusion of core/device.h
core/device.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | 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 4778501efa38..f8a7ed4166cf 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> |