commit | 88eb715673804949b0086a5b182d52cca4fd4d43 | [log] [tgz] |
---|---|---|
author | Kukjin Kim <kgene.kim@samsung.com> | Thu Jul 29 22:18:45 2010 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Thu Aug 05 18:32:52 2010 +0900 |
tree | ce7fdbf055500c6fee3f1caed0bbf884b8949e3b | |
parent | 4b623926ba8e29393077fc3e01d1141a3ee2e2e9 [diff] |
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