Skip to content

Commit 2e3395a

Browse files
author
Thomas Zimmermann
committed
drm/mgag200: Do not include <linux/export.h>
Fix the compile-time warning drivers/gpu/drm/mgag200/mgag200_ddc.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 d742f3e commit 2e3395a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/mgag200/mgag200_ddc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* Authors: Dave Airlie <[email protected]>
2727
*/
2828

29-
#include <linux/export.h>
3029
#include <linux/i2c-algo-bit.h>
3130
#include <linux/i2c.h>
3231
#include <linux/pci.h>

0 commit comments

Comments
 (0)