diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-07-29 15:18:45 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 11:32:52 +0200 |
commit | 88eb715673804949b0086a5b182d52cca4fd4d43 (patch) | |
tree | ce7fdbf055500c6fee3f1caed0bbf884b8949e3b /arch/arm/mach-s5pv210/Kconfig | |
parent | ARM: SAMSUNG: i2c/busses: Add HAVE_S3C2410_I2C option to include I2C for Sams... (diff) | |
download | linux-88eb715673804949b0086a5b182d52cca4fd4d43.tar.xz linux-88eb715673804949b0086a5b182d52cca4fd4d43.zip |
ARM: SAMSUNG: updates sdhci.h for Samsung SoCs
This patch updates sdhci.h as Maurus suggestion like following:
From:
#ifdef ...
function()
{
blahblah;
}
#else
function() { }
#endif
To:
function()
{
#ifdef ...
blahblah;
#endif
}
And fixes a couple of typos.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Conflicts:
arch/arm/plat-samsung/include/plat/sdhci.h
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
0 files changed, 0 insertions, 0 deletions