aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/setup-fimc3.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/setup-fimc3.c')
-rw-r--r--arch/arm/mach-exynos/setup-fimc3.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/setup-fimc3.c b/arch/arm/mach-exynos/setup-fimc3.c
new file mode 100644
index 00000000000..ee4182f47c5
--- /dev/null
+++ b/arch/arm/mach-exynos/setup-fimc3.c
@@ -0,0 +1,21 @@
+/* linux/arch/arm/mach-s5pv310/setup-fimc3.c
+ *
+ * Copyright (c) 2010 Samsung Electronics Co., Ltd.
+ * http://www.samsung.com/
+ *
+ * Base FIMC 3 gpio configuration
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+*/
+
+#include <linux/kernel.h>
+#include <linux/types.h>
+
+struct platform_device; /* don't need the contents */
+
+#include <mach/gpio.h>
+#include <plat/gpio-cfg.h>
+
+void s3c_fimc3_cfg_gpio(struct platform_device *pdev) { }