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/ast: Do not include <linux/export.h>

Fix the compile-time warning

drivers/gpu/drm/ast/ast_mode.c: warning: EXPORT_SYMBOL() is not used, but #include <linux/export.h> is present

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/20250612084257.200907-1-tzimmermann@suse.de

-1
-1
drivers/gpu/drm/ast/ast_mode.c
··· 29 29 */ 30 30 31 31 #include <linux/delay.h> 32 - #include <linux/export.h> 33 32 #include <linux/pci.h> 34 33 35 34 #include <drm/drm_atomic.h>