On 6/12/25 10:16, Thomas Zimmermann wrote:
Fix the compile-time warning

   drivers/video/fbdev/sis/sis_main.c: warning: EXPORT_SYMBOL() is used, but #include 
<linux/export.h> is missing

The affected symbols are not used outside of their module. Some of
the symbols are not used anywhere, so remove the functions entirely.
Also remove the related, but unused, define SISFB_HAVE_MALLOC_NEW.

v2:
- remove unused functions (Helge)

Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
---
  drivers/video/fbdev/sis/sis.h      |  2 --
  drivers/video/fbdev/sis/sis_main.c | 25 -------------------------
  include/video/sisfb.h              |  6 ------
  3 files changed, 33 deletions(-)

Reviewed-by: Helge Deller <del...@gmx.de>

Reply via email to