blob: aaa6f6e1a5b349f6defc6da85608f2b593ebf449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* linux/arch/arm/mach-s5pv210/setup-fimc2.c
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* Base FIMC 2 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_fimc2_cfg_gpio(struct platform_device *pdev) { }
|