Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: Remove duplicate forward declaration

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

authored by

Dawid Kurek and committed by
Sean Paul
d35fb617 e2af12bf

-2
-2
include/drm/drm_connector.h
··· 30 30 31 31 #include <uapi/drm/drm_mode.h> 32 32 33 - struct drm_device; 34 - 35 33 struct drm_connector_helper_funcs; 36 34 struct drm_modeset_acquire_ctx; 37 35 struct drm_device;