Re: [PATCH 09/11] driver/ps3: Include for mode parsing

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Include in ps3av.c to get video_get_options() and > avoid the dependency on . The replaced function > fb_get_options() is just a tiny wrapper around video_get_opions(). No > functional changes. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez

[PATCH 09/11] driver/ps3: Include for mode parsing

2023-02-09 Thread Thomas Zimmermann
Include in ps3av.c to get video_get_options() and avoid the dependency on . The replaced function fb_get_options() is just a tiny wrapper around video_get_opions(). No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/ps3/ps3av.c | 18 ++ 1 file changed, 6 inserti