video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() static
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 11 Jul 2022 15:39:30 +0000 (17:39 +0200)
committerHelge Deller <deller@gmx.de>
Mon, 18 Jul 2022 05:54:19 +0000 (07:54 +0200)
cirrusfb_zorro_unregister() is only used locally, hence make it static.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/cirrusfb.c

index 51e072c..a41a758 100644 (file)
@@ -2301,7 +2301,7 @@ err_release_fb:
        return error;
 }
 
-void cirrusfb_zorro_unregister(struct zorro_dev *z)
+static void cirrusfb_zorro_unregister(struct zorro_dev *z)
 {
        struct fb_info *info = zorro_get_drvdata(z);