From: Kukjin Kim Date: Thu, 29 Jul 2010 13:18:45 +0000 (+0900) Subject: ARM: SAMSUNG: updates sdhci.h for Samsung SoCs X-Git-Tag: v2.6.36-rc1~102^2^2^2^2~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88eb715673804949b0086a5b182d52cca4fd4d43;p=pandora-kernel.git 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 Conflicts: arch/arm/plat-samsung/include/plat/sdhci.h --- Reading git-diff-tree failed