aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2012-11-20 00:53:50 -0500
committerBen Skeggs <bskeggs@redhat.com>2012-11-28 18:58:13 -0500
commit24c89e9b630639d081066f8c3d21568b5e4c61d8 (patch)
treef1c560da8648dcc990677af609e3ef318b2c2b8b
parentedc260d06181cbf38d5cd326e6cf824d8e2e0eaf (diff)
drm/nouveau: remove duplicate inclusion of nouveau_ttm.h
nouveau_ttm.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drm.c2
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 919186c4651b..a7529b372381 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -49,8 +49,6 @@
49#include "nouveau_fbcon.h" 49#include "nouveau_fbcon.h"
50#include "nouveau_fence.h" 50#include "nouveau_fence.h"
51 51
52#include "nouveau_ttm.h"
53
54MODULE_PARM_DESC(config, "option string to pass to driver core"); 52MODULE_PARM_DESC(config, "option string to pass to driver core");
55static char *nouveau_config; 53static char *nouveau_config;
56module_param_named(config, nouveau_config, charp, 0400); 54module_param_named(config, nouveau_config, charp, 0400);