drm/draw: include missing headers

Include headers for the symbols directly used in this file instead of
relying on intermediate headers.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Acked-by: Simona Vetter <simona.vetter@ffwll.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Raag Jadav
2025-03-01 21:00:22 +01:00
committed by Arnd Bergmann
parent dc90c89036
commit 7ae2a3c2e2
+2
View File
@@ -5,6 +5,8 @@
*/
#include <linux/bits.h>
#include <linux/bug.h>
#include <linux/export.h>
#include <linux/iosys-map.h>
#include <linux/types.h>