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;
|
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;
> |
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