Skip to content

Commit 2e3395a

Browse files
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 <tzimmermann@suse.de> Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com> Link: https://lore.kernel.org/r/20250612085308.203861-1-tzimmermann@suse.de
1 parent d742f3e commit 2e3395a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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 <airlied@redhat.com>
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)