Skip to content

Commit

Permalink
drm: Remove duplicate forward declaration
Browse files Browse the repository at this point in the history
Forward declarations in C are great but I'm pretty sure one is enough.

Signed-off-by: Dawid Kurek <dawikur@gmail.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170614213518.GA3554@gmail.com
  • Loading branch information
Dawid Kurek authored and Sean Paul committed Jun 15, 2017
1 parent e2af12b commit d35fb61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/drm/drm_connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

#include <uapi/drm/drm_mode.h>

struct drm_device;

struct drm_connector_helper_funcs;
struct drm_modeset_acquire_ctx;
struct drm_device;
Expand Down

0 comments on commit d35fb61

Please sign in to comment.