VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Krzysztof Kozlowski <krzk@kernel.org> 2020-08-17 18:48:36 +0200 committer: Krzysztof Kozlowski <krzk@kernel.org> 2020-08-19 20:57:32 +0200 commit: 5b5858ef45906bbd71d8fc95e3bc30860b599620 parent: 73dff51f575c7f48a8a115bf9648243912fb12e9
Commit Summary:
ARM: s3c24xx: drop s3c-camif setup platform code
Diffstat:
1 file changed, 0 insertions, 4 deletions
diff --git a/include/media/drv-intf/s3c_camif.h b/include/media/drv-intf/s3c_camif.h
index d1200b40f53a..f746851a5ce6 100644
--- a/include/media/drv-intf/s3c_camif.h
+++ b/include/media/drv-intf/s3c_camif.h
@@ -35,8 +35,4 @@ struct s3c_camif_plat_data {
 	int (*gpio_put)(void);
 };
 
-/* Platform default helper functions */
-int s3c_camif_gpio_get(void);
-int s3c_camif_gpio_put(void);
-
 #endif /* MEDIA_S3C_CAMIF_ */