drm: remove unused init func from outputs
authorDave Airlie <airlied@redhat.com>
Fri, 30 May 2008 01:48:41 +0000 (11:48 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 30 May 2008 01:48:41 +0000 (11:48 +1000)
linux-core/drm_crtc.h

index 7765afe..7bb779e 100644 (file)
@@ -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);