drm: remove duplicate function declarations

These functions are all declared twice in the same file. Remove on of the two
declarations.

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
This commit is contained in:
Michael Olbrich 2020-08-06 10:07:41 +02:00
parent 905ddbb3b0
commit 3ac911f69b
1 changed files with 0 additions and 10 deletions

View File

@ -668,16 +668,6 @@ drm_output_update_complete(struct drm_output *output, uint32_t flags,
int
on_drm_input(int fd, uint32_t mask, void *data);
struct drm_plane_state *
drm_output_state_get_existing_plane(struct drm_output_state *state_output,
struct drm_plane *plane);
void
drm_plane_state_free(struct drm_plane_state *state, bool force);
void
drm_output_state_free(struct drm_output_state *state);
void
drm_pending_state_free(struct drm_pending_state *pending_state);
struct drm_fb *
drm_fb_ref(struct drm_fb *fb);
void