]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/draw: include missing headers
authorRaag Jadav <raag.jadav@intel.com>
Thu, 27 Feb 2025 07:07:46 +0000 (12:37 +0530)
committerArnd Bergmann <arnd@arndb.de>
Sat, 1 Mar 2025 20:00:22 +0000 (21:00 +0100)
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>
drivers/gpu/drm/drm_draw.c

index cb2ad12bce57f6f953b614b16b53913f6017a8c4..385eb5e100471669021b1d70afa4fd72174d5160 100644 (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>