Re: [PATCH] drm/hyperv: Fix a compilation issue because of not including screen_info.h

2023-07-09 Thread suijingfeng
OK, thanks a lot, done! On 2023/7/10 13:20, Michael Kelley (LINUX) wrote: From: Sui Jingfeng Sent: Sunday, July 9, 2023 3:05 AM drivers/video/fbdev/hyperv_fb.c: In function 'hvfb_getmem': drivers/video/fbdev/hyperv_fb.c:1033:24: error: 'screen_info' undeclared (first use in this functi

RE: [PATCH] drm/hyperv: Fix a compilation issue because of not including screen_info.h

2023-07-09 Thread Michael Kelley (LINUX)
From: Sui Jingfeng Sent: Sunday, July 9, 2023 3:05 AM > >drivers/video/fbdev/hyperv_fb.c: In function 'hvfb_getmem': > >> drivers/video/fbdev/hyperv_fb.c:1033:24: error: 'screen_info' undeclared > >> (first use > in this function) > 1033 | base = screen_info.lfb_base; >

Re: [PATCH] drm/hyperv: Fix a compilation issue because of not including screen_info.h

2023-07-09 Thread Thomas Zimmermann
Hi Am 09.07.23 um 12:05 schrieb Sui Jingfeng: drivers/video/fbdev/hyperv_fb.c: In function 'hvfb_getmem': drivers/video/fbdev/hyperv_fb.c:1033:24: error: 'screen_info' undeclared (first use in this function) 1033 | base = screen_info.lfb_base; |

[PATCH] drm/hyperv: Fix a compilation issue because of not including screen_info.h

2023-07-09 Thread Sui Jingfeng
drivers/video/fbdev/hyperv_fb.c: In function 'hvfb_getmem': >> drivers/video/fbdev/hyperv_fb.c:1033:24: error: 'screen_info' undeclared >> (first use in this function) 1033 | base = screen_info.lfb_base; |^~~ drivers/video/fbdev/hy