diff options
Diffstat (limited to 'drivers/gpu/drm/sti/sti_plane.c')
-rw-r--r-- | drivers/gpu/drm/sti/sti_plane.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c index d5c5e91f2956..2e5c751910c5 100644 --- a/drivers/gpu/drm/sti/sti_plane.c +++ b/drivers/gpu/drm/sti/sti_plane.c | |||
@@ -42,7 +42,6 @@ const char *sti_plane_to_str(struct sti_plane *plane) | |||
42 | return "<UNKNOWN PLANE>"; | 42 | return "<UNKNOWN PLANE>"; |
43 | } | 43 | } |
44 | } | 44 | } |
45 | EXPORT_SYMBOL(sti_plane_to_str); | ||
46 | 45 | ||
47 | static void sti_plane_destroy(struct drm_plane *drm_plane) | 46 | static void sti_plane_destroy(struct drm_plane *drm_plane) |
48 | { | 47 | { |
@@ -108,7 +107,6 @@ void sti_plane_init_property(struct sti_plane *plane, | |||
108 | plane->drm_plane.base.id, | 107 | plane->drm_plane.base.id, |
109 | sti_plane_to_str(plane), plane->zorder); | 108 | sti_plane_to_str(plane), plane->zorder); |
110 | } | 109 | } |
111 | EXPORT_SYMBOL(sti_plane_init_property); | ||
112 | 110 | ||
113 | struct drm_plane_funcs sti_plane_helpers_funcs = { | 111 | struct drm_plane_funcs sti_plane_helpers_funcs = { |
114 | .update_plane = drm_atomic_helper_update_plane, | 112 | .update_plane = drm_atomic_helper_update_plane, |
@@ -119,4 +117,3 @@ struct drm_plane_funcs sti_plane_helpers_funcs = { | |||
119 | .atomic_duplicate_state = drm_atomic_helper_plane_duplicate_state, | 117 | .atomic_duplicate_state = drm_atomic_helper_plane_duplicate_state, |
120 | .atomic_destroy_state = drm_atomic_helper_plane_destroy_state, | 118 | .atomic_destroy_state = drm_atomic_helper_plane_destroy_state, |
121 | }; | 119 | }; |
122 | EXPORT_SYMBOL(sti_plane_helpers_funcs); | ||