On 6/12/25 10:16, Thomas Zimmermann wrote:
Fix the compile-time warnings
drivers/video/fbdev/omap2/omapfb/dss/dpi.c: warning: EXPORT_SYMBOL() is not used,
but #include <linux/export.h> is present
drivers/video/fbdev/omap2/omapfb/dss/sdi.c: warning: EXPORT_SYMBOL() is not used,
but #include <linux/export.h> is present
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c: warning: EXPORT_SYMBOL() is not
used, but #include <linux/export.h> is present
Signed-off-by: Thomas Zimmermann <[email protected]>
---
drivers/video/fbdev/omap2/omapfb/dss/dpi.c | 1 -
drivers/video/fbdev/omap2/omapfb/dss/sdi.c | 1 -
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c | 1 -
3 files changed, 3 deletions(-)
Reviewed-by: Helge Deller <[email protected]>