Commit f45566fb authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Helge Deller
Browse files

video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() static



cirrusfb_zorro_unregister() is only used locally, hence make it static.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent bf64b99c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2301,7 +2301,7 @@ static int cirrusfb_zorro_register(struct zorro_dev *z,
	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);