git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b62392
)
ARM: SAMSUNG: updates sdhci.h for Samsung SoCs
author
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 29 Jul 2010 13:18:45 +0000
(22:18 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 5 Aug 2010 09:32:52 +0000
(18:32 +0900)
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
No differences found