]> git.ipfire.org Git - thirdparty/linux.git/commit
platform/x86/sony-laptop: Remove unused sony laptop camera code
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 5 May 2025 15:25:58 +0000 (16:25 +0100)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 8 May 2025 13:04:11 +0000 (16:04 +0300)
commit9950f94e485908fc42e7bb2533aff13b7e97a36c
tree895c5093740b5f301ee895a2c6170199e0a3bb5d
parentc935ddfe65da020f5896fa58746fc7a57a876df3
platform/x86/sony-laptop: Remove unused sony laptop camera code

commit ba47652ba655 ("media: meye: remove this deprecated driver")
removed the meye driver but left behind the code in sony-laptop.c
which that driver used to call.

Remove the sony_pic_camera_command() function, and the set of
defines (SONY_PIC_COMMAND_*) in a header used for the interface
and the static helpers it called.

Cleanup remaining #defines.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20250505152558.40526-1-linux@treblig.org
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
MAINTAINERS
drivers/platform/x86/sony-laptop.c
include/linux/sony-laptop.h [deleted file]