From: Geert Uytterhoeven Date: Mon, 11 Jul 2022 15:39:30 +0000 (+0200) Subject: video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() static X-Git-Tag: microblaze-v6.1~80^2~24 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=f45566fb1a1dbaa1a984ca0a41e57ce35fc3aa38;p=linux-2.6-microblaze.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 Signed-off-by: Helge Deller --- diff --git a/drivers/video/fbdev/cirrusfb.c b/drivers/video/fbdev/cirrusfb.c index 51e072c03e1c..a41a75841e10 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);