]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/mgag200: Do not include <linux/export.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 12 Jun 2025 08:53:02 +0000 (10:53 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jun 2025 06:54:31 +0000 (08:54 +0200)
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
drivers/gpu/drm/mgag200/mgag200_ddc.c

index 6d81ea8931e88d639314f3332fbff2ccaef74e71..c31673eaa554290858199a513b6f783d7f03b065 100644 (file)
@@ -26,7 +26,6 @@
  * Authors: Dave Airlie <airlied@redhat.com>
  */
 
-#include <linux/export.h>
 #include <linux/i2c-algo-bit.h>
 #include <linux/i2c.h>
 #include <linux/pci.h>