upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / mach-s5pv310 / setup-fimc2.c
1 /* linux/arch/arm/mach-s5pv210/setup-fimc2.c
2  *
3  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4  *              http://www.samsung.com/
5  *
6  * Base FIMC 2 gpio configuration
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #include <linux/kernel.h>
14 #include <linux/types.h>
15
16 struct platform_device; /* don't need the contents */
17
18 #include <mach/gpio.h>
19 #include <plat/gpio-cfg.h>
20
21 void s3c_fimc2_cfg_gpio(struct platform_device *pdev) { }