From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: Mon, 11 Jul 2022 15:39:30 +0000 (+0200)
Subject: video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() static
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f45566fb1a1dbaa1a984ca0a41e57ce35fc3aa38;p=linux.git

video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() static

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>
---

diff --git a/drivers/video/fbdev/cirrusfb.c b/drivers/video/fbdev/cirrusfb.c
index 51e072c03e1c6..a41a75841e10e 100644
--- a/drivers/video/fbdev/cirrusfb.c
+++ b/drivers/video/fbdev/cirrusfb.c
@@ -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);