diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-20 00:53:50 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-11-28 18:58:13 -0500 |
commit | 24c89e9b630639d081066f8c3d21568b5e4c61d8 (patch) | |
tree | f1c560da8648dcc990677af609e3ef318b2c2b8b | |
parent | edc260d06181cbf38d5cd326e6cf824d8e2e0eaf (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.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 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 | |||
54 | MODULE_PARM_DESC(config, "option string to pass to driver core"); | 52 | MODULE_PARM_DESC(config, "option string to pass to driver core"); |
55 | static char *nouveau_config; | 53 | static char *nouveau_config; |
56 | module_param_named(config, nouveau_config, charp, 0400); | 54 | module_param_named(config, nouveau_config, charp, 0400); |