diff options
Diffstat (limited to 'arch/arm/mach-msm/board-msm8x60.c')
-rw-r--r-- | arch/arm/mach-msm/board-msm8x60.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c index 106170fb1844..eed73e2609ed 100644 --- a/arch/arm/mach-msm/board-msm8x60.c +++ b/arch/arm/mach-msm/board-msm8x60.c | |||
@@ -30,8 +30,8 @@ | |||
30 | #include <mach/board.h> | 30 | #include <mach/board.h> |
31 | #include <mach/msm_iomap.h> | 31 | #include <mach/msm_iomap.h> |
32 | 32 | ||
33 | static void __init msm8x60_fixup(struct machine_desc *desc, struct tag *tag, | 33 | static void __init msm8x60_fixup(struct tag *tag, char **cmdline, |
34 | char **cmdline, struct meminfo *mi) | 34 | struct meminfo *mi) |
35 | { | 35 | { |
36 | for (; tag->hdr.size; tag = tag_next(tag)) | 36 | for (; tag->hdr.size; tag = tag_next(tag)) |
37 | if (tag->hdr.tag == ATAG_MEM && | 37 | if (tag->hdr.tag == ATAG_MEM && |