Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
setup-i2c0.c
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2009-2012 Samsung Electronics Co., Ltd.
3  * http://www.samsung.com/
4  *
5  * I2C0 GPIO configuration.
6  *
7  * Based on plat-s3c64xx/setup-i2c0.c
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License version 2 as
11  * published by the Free Software Foundation.
12 */
13 
14 struct platform_device; /* don't need the contents */
15 
16 #include <linux/gpio.h>
18 #include <plat/gpio-cfg.h>
19 #include <plat/cpu.h>
20 
22 {
23  if (soc_is_exynos5250())
24  /* will be implemented with gpio function */
25  return;
26 
29 }