1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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>
This commit is contained in:
Geert Uytterhoeven 2022-07-11 17:39:30 +02:00 committed by Helge Deller
parent bf64b99c37
commit f45566fb1a

View 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);