aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/st7586.c
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2024-11-08 15:42:38 +0000
committerThomas Zimmermann <[email protected]>2024-11-15 08:42:13 +0000
commitb86711c6d6e20eb945fe878de98ef7c9be2c2088 (patch)
tree18a9db8d293b07a36971444ae70777e22bfa937d /drivers/gpu/drm/tiny/st7586.c
parentdrm: Move client code to clients/ subdirectory (diff)
downloadkernel-b86711c6d6e20eb945fe878de98ef7c9be2c2088.tar.gz
kernel-b86711c6d6e20eb945fe878de98ef7c9be2c2088.zip
drm/client: Move public client header to clients/ subdirectory
Move the public header file drm_client_setup.h to the clients/ subdirectory and update all drivers. No functional changes. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Jocelyn Falempe <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/tiny/st7586.c')
-rw-r--r--drivers/gpu/drm/tiny/st7586.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tiny/st7586.c b/drivers/gpu/drm/tiny/st7586.c
index 97013685c62f..7bfd4296c1c9 100644
--- a/drivers/gpu/drm/tiny/st7586.c
+++ b/drivers/gpu/drm/tiny/st7586.c
@@ -12,8 +12,8 @@
#include <linux/spi/spi.h>
#include <video/mipi_display.h>
+#include <drm/clients/drm_client_setup.h>
#include <drm/drm_atomic_helper.h>
-#include <drm/drm_client_setup.h>
#include <drm/drm_damage_helper.h>
#include <drm/drm_drv.h>
#include <drm/drm_fb_dma_helper.h>