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 7765afea0329b773be30b870f309c3a879edd8bd..7bb779efd779fb7f9becca6e1868b3ad9413b2e1 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);