Skip to content

Commit d579ef0

Browse files
Zhang Zekunmchehab
authored andcommitted
media: atomisp: Remove unused declaration
v4l2_get_acpi_sensor_info() has been removed since commit d80be6a ("media: atomisp: Drop v4l2_get_acpi_sensor_info() function"), remain the declaration untouched in the header file. So, let's remove this unused declartion. Signed-off-by: Zhang Zekun <[email protected]> Reviewed-by: Changhuang Liang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 9a5e69c commit d579ef0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/staging/media/atomisp/include/linux/atomisp_platform.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ int atomisp_register_sensor_no_gmin(struct v4l2_subdev *subdev, u32 lanes,
175175
enum atomisp_bayer_order bayer_order);
176176
void atomisp_unregister_subdev(struct v4l2_subdev *subdev);
177177

178-
int v4l2_get_acpi_sensor_info(struct device *dev, char **module_id_str);
179-
180178
/* API from old platform_camera.h, new CPUID implementation */
181179
#define __IS_SOC(x) (boot_cpu_data.x86_vfm == x)
182180
#define __IS_SOCS(x, y) (boot_cpu_data.x86_vfm == x || boot_cpu_data.x86_vfm == y)

0 commit comments

Comments
 (0)