projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2655e2c
)
drm: remove second forward decleration of drm device struct.
author
Dave Airlie
<airlied@linux.ie>
Mon, 5 Nov 2007 01:36:18 +0000
(11:36 +1000)
committer
Dave Airlie
<airlied@optimus.(none)>
Tue, 6 Nov 2007 00:11:12 +0000
(10:11 +1000)
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/drmP.h
patch
|
blob
|
history
diff --git
a/drivers/char/drm/drmP.h
b/drivers/char/drm/drmP.h
index
9dd0760
..
dde02a1
100644
(file)
--- a/
drivers/char/drm/drmP.h
+++ b/
drivers/char/drm/drmP.h
@@
-559,8
+559,6
@@
struct drm_mm {
* a family of cards. There will one drm_device for each card present
* in this family
*/
-struct drm_device;
-
struct drm_driver {
int (*load) (struct drm_device *, unsigned long flags);
int (*firstopen) (struct drm_device *);