mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
drm: Remove unused header in drm_dumb_buffers.c
Remove the header #include "drm_internal.h" from drm_dumb_buffers.c, which is included but not used. Header was introduced in commit47f10854ca("drm: Don't export the drm_gem_dumb_destroy() function") when moving functions, but was not removed in commit96a7b60f6d("drm: remove dumb_destroy callback") when the drm_gem_dumb_destroy function was removed. Compiles successfully with DRM enabled, pass kunit tests and IGT-tests in a vng virtual machine. Fixes:96a7b60f6d("drm: remove dumb_destroy callback") Signed-off-by: Yicong Hui <yiconghui@gmail.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patch.msgid.link/20260409154826.8955-1-yiconghui@gmail.com
This commit is contained in:
parent
9480dd7ec3
commit
38b4ce17ef
|
|
@ -32,7 +32,6 @@
|
|||
#include <drm/drm_print.h>
|
||||
|
||||
#include "drm_crtc_internal.h"
|
||||
#include "drm_internal.h"
|
||||
|
||||
/**
|
||||
* DOC: overview
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user