mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 21:37:25 +02: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:
parent
bf64b99c37
commit
f45566fb1a
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user