aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.h
diff options
context:
space:
mode:
authorSebastian Reichel <[email protected]>2020-12-15 10:46:15 +0000
committerTomi Valkeinen <[email protected]>2020-12-15 14:08:26 +0000
commitfe5f6e587cdf5236116bdfda38e4afffb0d00aad (patch)
tree4649be3d003b82af8a1f8ef3ab4194513dd0831b /drivers/gpu/drm/omapdrm/omap_drv.h
parentdrm/omap: remove legacy DSS device operations (diff)
downloadkernel-fe5f6e587cdf5236116bdfda38e4afffb0d00aad.tar.gz
kernel-fe5f6e587cdf5236116bdfda38e4afffb0d00aad.zip
drm/omap: remove unused omap_connector
Remove unused code. Connectors are now created via drm_bridge_connector_init() and no longer OMAP specific. Signed-off-by: Sebastian Reichel <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.h')
-rw-r--r--drivers/gpu/drm/omapdrm/omap_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h
index ae57e7ada876..38e15962c980 100644
--- a/drivers/gpu/drm/omapdrm/omap_drv.h
+++ b/drivers/gpu/drm/omapdrm/omap_drv.h
@@ -16,7 +16,6 @@
#include <drm/drm_gem.h>
#include <drm/omap_drm.h>
-#include "omap_connector.h"
#include "omap_crtc.h"
#include "omap_encoder.h"
#include "omap_fb.h"