hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/platform/exynos4-is/common.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2013 Samsung Electronics Co., Ltd.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 #include <linux/device.h>
....@@ -12,5 +9,4 @@
129 #include <media/v4l2-subdev.h>
1310
1411 struct v4l2_subdev *fimc_find_remote_sensor(struct media_entity *entity);
15
-void __fimc_vidioc_querycap(struct device *dev, struct v4l2_capability *cap,
16
- unsigned int caps);
12
+void __fimc_vidioc_querycap(struct device *dev, struct v4l2_capability *cap);