projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9654c77
)
drm: remove unused init func from outputs
author
Dave Airlie
<airlied@redhat.com>
Fri, 30 May 2008 01:48:41 +0000
(11:48 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 30 May 2008 01:48:41 +0000
(11:48 +1000)
linux-core/drm_crtc.h
patch
|
blob
|
history
diff --git
a/linux-core/drm_crtc.h
b/linux-core/drm_crtc.h
index 7765afea0329b773be30b870f309c3a879edd8bd..7bb779efd779fb7f9becca6e1868b3ad9413b2e1 100644
(file)
--- a/
linux-core/drm_crtc.h
+++ b/
linux-core/drm_crtc.h
@@
-383,7
+383,6
@@
struct drm_crtc {
* etc.
*/
struct drm_output_funcs {
- void (*init)(struct drm_output *output);
void (*dpms)(struct drm_output *output, int mode);
void (*save)(struct drm_output *output);
void (*restore)(struct drm_output *output);