aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_mode.c
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2025-06-12 08:42:55 +0000
committerThomas Zimmermann <[email protected]>2025-06-13 06:54:18 +0000
commitd742f3ec1cb91c4dd86b981f55cd291e07f03094 (patch)
tree0e4c6639e6be8319ad7e9b43c7fc0b75557ccb4b /drivers/gpu/drm/ast/ast_mode.c
parentdrm/arm/malidp: Silence informational message (diff)
downloadkernel-d742f3ec1cb91c4dd86b981f55cd291e07f03094.tar.gz
kernel-d742f3ec1cb91c4dd86b981f55cd291e07f03094.zip
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 <[email protected]> Reviewed-by: Jocelyn Falempe <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/ast/ast_mode.c')
-rw-r--r--drivers/gpu/drm/ast/ast_mode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c
index 1de832964e92..031980d8f3ab 100644
--- a/drivers/gpu/drm/ast/ast_mode.c
+++ b/drivers/gpu/drm/ast/ast_mode.c
@@ -29,7 +29,6 @@
*/
#include <linux/delay.h>
-#include <linux/export.h>
#include <linux/pci.h>
#include <drm/drm_atomic.h>