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
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue