]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commitd742f3ec1cb91c4dd86b981f55cd291e07f03094
tree0e4c6639e6be8319ad7e9b43c7fc0b75557ccb4b
parent8ecbad4853f83d9853d7bb0c2d8373afab8851d3
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
drivers/gpu/drm/ast/ast_mode.c