diff options
author | 2025-03-27 11:09:34 +0100 | |
---|---|---|
committer | 2025-03-27 11:09:34 +0100 | |
commit | f49040c7aaa5532a1f94355ef5073c49e6b32349 (patch) | |
tree | ee9513bba2c685226ab4addf98152afd262c50c3 /drivers/gpu/drm/omapdrm/omap_fbdev.c | |
parent | printk/panic: Add option to allow non-panic CPUs to write to the ring buffer. (diff) | |
parent | printk: Check CON_SUSPEND when unblanking a console (diff) | |
download | wireguard-linux-f49040c7aaa5532a1f94355ef5073c49e6b32349.tar.xz wireguard-linux-f49040c7aaa5532a1f94355ef5073c49e6b32349.zip |
Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linus
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_fbdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_fbdev.c b/drivers/gpu/drm/omapdrm/omap_fbdev.c index f4bd0c6e3f34..7b6396890681 100644 --- a/drivers/gpu/drm/omapdrm/omap_fbdev.c +++ b/drivers/gpu/drm/omapdrm/omap_fbdev.c @@ -6,7 +6,7 @@ #include <linux/fb.h> -#include <drm/drm_client_setup.h> +#include <drm/clients/drm_client_setup.h> #include <drm/drm_drv.h> #include <drm/drm_crtc_helper.h> #include <drm/drm_fb_helper.h> |