Re: [PATCH] drm/panel: novatek-nt36672e: Include

2024-01-19 Thread Linus Walleij
On Tue, Jan 16, 2024 at 8:19 AM Ritesh Kumar wrote: > Include instead of to fix > below compilation errors: > > drivers/gpu/drm/panel/panel-novatek-nt36672e.c:564:14: error: implicit > declaration of function 'of_device_get_match_data' > ctx->desc = of_device_get_match_data(dev); >

Re: [PATCH] drm/panel: novatek-nt36672e: Include

2024-01-16 Thread neil . armstrong
On 16/01/2024 08:18, Ritesh Kumar wrote: Include instead of to fix below compilation errors: drivers/gpu/drm/panel/panel-novatek-nt36672e.c:564:14: error: implicit declaration of function 'of_device_get_match_data' ctx->desc = of_device_get_match_data(dev); ^ drivers/gpu/drm

[PATCH] drm/panel: novatek-nt36672e: Include

2024-01-15 Thread Ritesh Kumar
Include instead of to fix below compilation errors: drivers/gpu/drm/panel/panel-novatek-nt36672e.c:564:14: error: implicit declaration of function 'of_device_get_match_data' ctx->desc = of_device_get_match_data(dev); ^ drivers/gpu/drm/panel/panel-novatek-nt36672e.c:622:34: error