Re: [PATCH] fbdev/hyperv_fb: Include

2023-07-10 Thread suijingfeng
Hi, On 2023/7/10 15:58, Thomas Zimmermann wrote: Include to get the global screen_info state. Fixes the following errors: drivers/video/fbdev/hyperv_fb.c:1033:10: error: use of undeclared identifier 'screen_info' 1033 | base = screen_info.lfb_base; |

Re: [PATCH] fbdev/hyperv_fb: Include

2023-07-10 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Include to get the global screen_info state. > Fixes the following errors: > >>> drivers/video/fbdev/hyperv_fb.c:1033:10: error: use of undeclared >>> identifier 'screen_info' > 1033 | base = screen_info.lfb_base; > |

[PATCH] fbdev/hyperv_fb: Include

2023-07-10 Thread Thomas Zimmermann
Include to get the global screen_info state. Fixes the following errors: >> drivers/video/fbdev/hyperv_fb.c:1033:10: error: use of undeclared identifier >> 'screen_info' 1033 | base = screen_info.lfb_base; |^ drivers/video/fbdev/hyperv_fb.c