fbcon_registered_fb and fbcon_num_registered_fb is not referred outside
drivers/video/fbdev/core/fbcon.c, so make them static.
Signed-off-by: GUO Zihua <redacted>
---
drivers/video/fbdev/core/fbcon.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Daniel Vetter <hidden> Date: 2023-08-03 08:40:44
On Thu, Aug 03, 2023 at 10:09:39AM +0800, GUO Zihua wrote:
fbcon_registered_fb and fbcon_num_registered_fb is not referred outside
drivers/video/fbdev/core/fbcon.c, so make them static.
Signed-off-by: GUO Zihua <redacted>
Applied both of your patches to drm-misc-next.
-Daniel
From: Daniel Vetter <hidden> Date: 2023-08-03 08:52:45
On Thu, Aug 03, 2023 at 10:40:35AM +0200, Daniel Vetter wrote:
On Thu, Aug 03, 2023 at 10:09:39AM +0800, GUO Zihua wrote:
quoted
fbcon_registered_fb and fbcon_num_registered_fb is not referred outside
drivers/video/fbdev/core/fbcon.c, so make them static.
Signed-off-by: GUO Zihua <redacted>
Applied both of your patches to drm-misc-next.
Correction, I dropped the agpgart patch again because amd gart x86 arch
code needs that symbol.
On Thu, Aug 03, 2023 at 10:40:35AM +0200, Daniel Vetter wrote:
quoted
On Thu, Aug 03, 2023 at 10:09:39AM +0800, GUO Zihua wrote:
quoted
fbcon_registered_fb and fbcon_num_registered_fb is not referred outside
drivers/video/fbdev/core/fbcon.c, so make them static.
Signed-off-by: GUO Zihua <redacted>
Applied both of your patches to drm-misc-next.
Correction, I dropped the agpgart patch again because amd gart x86 arch
code needs that symbol.
Thanks Daniel. Blind enough to not found this usage while making the
patch, sorry for the burden.