diff options
author | Dave Airlie <airlied@redhat.com> | 2008-05-30 11:48:41 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-05-30 11:48:41 +1000 |
commit | 6b970f193b69a912183dcbf85b9dc51ec99aeefe (patch) | |
tree | 81920ef698fad5faae0d76c61eb812d2b88dc1df /linux-core/drm_crtc.h | |
parent | 9654c776fda55d6420a14449bf2e274839c444a6 (diff) |
drm: remove unused init func from outputs
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r-- | linux-core/drm_crtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h index 7765afea..7bb779ef 100644 --- 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); |