diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2012-05-03 10:12:43 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-07 05:58:56 -0400 |
commit | 71ab1bee5388af0012eabea38e82f096bf381022 (patch) | |
tree | 06c12e013c9833f50becb20785523434354640bb | |
parent | 1f17fcd07bb906d34b73ca11fbed01dcc2c0cf2f (diff) |
gma500: cdv_intel_lvds: mark cdv_intel_lvds_enc_funcs as static
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>
-rw-r--r-- | drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_intel_lvds.c b/drivers/gpu/drm/gma500/cdv_intel_lvds.c index 44a8353d92bf..ff5b58eb878c 100644 --- a/drivers/gpu/drm/gma500/cdv_intel_lvds.c +++ b/drivers/gpu/drm/gma500/cdv_intel_lvds.c | |||
@@ -556,7 +556,7 @@ static void cdv_intel_lvds_enc_destroy(struct drm_encoder *encoder) | |||
556 | drm_encoder_cleanup(encoder); | 556 | drm_encoder_cleanup(encoder); |
557 | } | 557 | } |
558 | 558 | ||
559 | const struct drm_encoder_funcs cdv_intel_lvds_enc_funcs = { | 559 | static const struct drm_encoder_funcs cdv_intel_lvds_enc_funcs = { |
560 | .destroy = cdv_intel_lvds_enc_destroy, | 560 | .destroy = cdv_intel_lvds_enc_destroy, |
561 | }; | 561 | }; |
562 | 562 | ||