]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/ast: Do not include <linux/export.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 12 Jun 2025 08:42:55 +0000 (10:42 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jun 2025 06:54:18 +0000 (08:54 +0200)
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
drivers/gpu/drm/ast/ast_mode.c

index 1de832964e9239ea30dd0dc4f1833400be610948..031980d8f3ab3c291314ca8fd61ae5c07cc6b2af 100644 (file)
@@ -29,7 +29,6 @@
  */
 
 #include <linux/delay.h>
-#include <linux/export.h>
 #include <linux/pci.h>
 
 #include <drm/drm_atomic.h>