hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/media/drv-intf/s3c_camif.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver
34 *
45 * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107
118 #ifndef MEDIA_S3C_CAMIF_
....@@ -37,9 +34,5 @@
3734 int (*gpio_get)(void);
3835 int (*gpio_put)(void);
3936 };
40
-
41
-/* Platform default helper functions */
42
-int s3c_camif_gpio_get(void);
43
-int s3c_camif_gpio_put(void);
4437
4538 #endif /* MEDIA_S3C_CAMIF_ */