[PATCH] drm/ast: Do not include <linux/export.h>
Jocelyn Falempe
jfalempe at redhat.com
Thu Jun 12 09:08:16 UTC 2025
On 12/06/2025 10:42, Thomas Zimmermann wrote:
> 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
>
Thanks, it looks good to me.
Reviewed-by: Jocelyn Falempe <jfalempe at redhat.com>
> Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
> ---
> drivers/gpu/drm/ast/ast_mode.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c
> index 7908087bcb5a..b4e8edc7c767 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>
More information about the dri-devel
mailing list