gma500: cdv_intel_lvds: mark cdv_intel_lvds_enc_funcs as static
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 3 May 2012 14:12:43 +0000 (15:12 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 7 May 2012 09:58:56 +0000 (10:58 +0100)
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/cdv_intel_lvds.c

index 44a8353d92bfb64f27808214074bda699d7a1dbf..ff5b58eb878c9f60c6a6c11229429386fdbbd462 100644 (file)
@@ -556,7 +556,7 @@ static void cdv_intel_lvds_enc_destroy(struct drm_encoder *encoder)
        drm_encoder_cleanup(encoder);
 }
 
-const struct drm_encoder_funcs cdv_intel_lvds_enc_funcs = {
+static const struct drm_encoder_funcs cdv_intel_lvds_enc_funcs = {
        .destroy = cdv_intel_lvds_enc_destroy,
 };