Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Raag Jadav and committed by
Arnd Bergmann
7ae2a3c2 dc90c890

+2
+2
drivers/gpu/drm/drm_draw.c
··· 5 5 */ 6 6 7 7 #include <linux/bits.h> 8 + #include <linux/bug.h> 9 + #include <linux/export.h> 8 10 #include <linux/iosys-map.h> 9 11 #include <linux/types.h> 10 12