projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf64b99
)
video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() static
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 11 Jul 2022 15:39:30 +0000
(17:39 +0200)
committer
Helge Deller
<deller@gmx.de>
Mon, 18 Jul 2022 05:54:19 +0000
(07:54 +0200)
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>
drivers/video/fbdev/cirrusfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/cirrusfb.c
b/drivers/video/fbdev/cirrusfb.c
index
51e072c
..
a41a758
100644
(file)
--- 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);