projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37168da
)
S5P: mmc: fix the mmc offset
author
Minkyu Kang
<mk7.kang@samsung.com>
Fri, 20 Aug 2010 08:57:38 +0000
(17:57 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Mon, 23 Aug 2010 06:34:37 +0000
(15:34 +0900)
This patch fixed the size of mmc structure.
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/include/asm/arch-s5pc1xx/mmc.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-s5pc1xx/mmc.h
b/arch/arm/include/asm/arch-s5pc1xx/mmc.h
index
ac560c2
..
68c59d1
100644
(file)
--- a/
arch/arm/include/asm/arch-s5pc1xx/mmc.h
+++ b/
arch/arm/include/asm/arch-s5pc1xx/mmc.h
@@
-56,7
+56,7
@@
struct s5p_mmc {
unsigned int control4;
unsigned char res4[0x6e];
unsigned short hcver;
- unsigned char res5[0xFFF0
0
];
+ unsigned char res5[0xFFF0
2
];
};
struct mmc_host {