driver/ps3: Include <video/cmdline.h> for mode parsing
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 9 Feb 2023 13:55:07 +0000 (14:55 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 20 Feb 2023 13:56:51 +0000 (14:56 +0100)
commitdae7fbf43fd051c5b07ef9b8ab720d2e6fa02f70
tree2cf70911c08b7d443c582c492ca06691aa7589f0
parent93604a5ade3a021fe3daf37f8d378b12cabb26b4
driver/ps3: Include <video/cmdline.h> for mode parsing

Include <video/cmdline.h> in ps3av.c to get video_get_options() and
avoid the dependency on <linux/fb.h>. The replaced function
fb_get_options() is just a tiny wrapper around video_get_opions(). No
functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230209135509.7786-10-tzimmermann@suse.de
drivers/ps3/ps3av.c