drm: Include drm_connector.h from drm_panel.h
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 11 Mar 2022 17:24:37 +0000 (17:24 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:47 +0000 (16:04 +0000)
commitc35baa1da74f7e54b30c79fd95ecfcfec2787aba
treed38d00997d41bf0b788e561065afa1da2bf059bc
parent6e37e209929f9f43a662e81921491dd6793d312c
drm: Include drm_connector.h from drm_panel.h

drm_panel.h wants to reference enum drm_panel_orientation which is defined
in drm_connector.h (despite the name).
Include drm_connector.h in drm_panel.h to avoid the rare situation where
drm_panel.h is used with drm_connector.h

https://github.com/raspberrypi/linux/issues/4919

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
include/drm/drm_panel.h