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

drm: remove include of drmP.h from drm_encoder_slave.h

No further changes required.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190108192939.15255-8-sam@ravnborg.org

authored by

Sam Ravnborg and committed by
Daniel Vetter
19126bdf 428747ae

-1
-1
include/drm/drm_encoder_slave.h
··· 27 27 #ifndef __DRM_ENCODER_SLAVE_H__ 28 28 #define __DRM_ENCODER_SLAVE_H__ 29 29 30 - #include <drm/drmP.h> 31 30 #include <drm/drm_crtc.h> 32 31 #include <drm/drm_encoder.h> 33 32