Re: [PATCH 2/3] drm/etnaviv: replace header include with forward declaration

2018-12-17 Thread Christian Gmeiner
Am Mo., 17. Dez. 2018 um 16:36 Uhr schrieb Lucas Stach : > > The etnaviv_gpu header only needs to know about the pointer types, so > replace by a forward declaration and only include the headers where needed. > > Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner > --- > drivers/gpu/drm

[PATCH 2/3] drm/etnaviv: replace header include with forward declaration

2018-12-17 Thread Lucas Stach
The etnaviv_gpu header only needs to know about the pointer types, so replace by a forward declaration and only include the headers where needed. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 2 ++ drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 5 ++--- 2 files changed, 4 inser