Skip to content

Commit d742f3e

Browse files
author
Thomas Zimmermann
committed
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]
1 parent 8ecbad4 commit d742f3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/ast/ast_mode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
*/
3030

3131
#include <linux/delay.h>
32-
#include <linux/export.h>
3332
#include <linux/pci.h>
3433

3534
#include <drm/drm_atomic.h>

0 commit comments

Comments
 (0)