projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc260d
)
drm/nouveau: remove duplicate inclusion of nouveau_ttm.h
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 20 Nov 2012 05:53:50 +0000
(11:23 +0530)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 28 Nov 2012 23:58:13 +0000
(09:58 +1000)
nouveau_ttm.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/nouveau_drm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_drm.c
b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 919186c4651bbff9de2f04f25654a1988ae3426d..a7529b372381e4c295de7b555e59616d72a5b6b2 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_drm.c
@@
-49,8
+49,6
@@
#include "nouveau_fbcon.h"
#include "nouveau_fence.h"
-#include "nouveau_ttm.h"
-
MODULE_PARM_DESC(config, "option string to pass to driver core");
static char *nouveau_config;
module_param_named(config, nouveau_config, charp, 0400);