From: Jonghwan Choi Date: Tue, 1 Nov 2011 00:08:42 +0000 (-0700) Subject: mm/memblock.c: small function definition fixes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d1f0ece6cdca973c01a46dff0eb062baafe78a85;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git mm/memblock.c: small function definition fixes warning: function 'memblock_memory_can_coalesce' with external linkage has definition. Signed-off-by: Jonghwan Choi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memblock.c b/mm/memblock.c index b7ed6363358..7d4f5c8a96c 100644 --- a/mm/memblock.c +++ b/mm/memblock.c @@ -267,7 +267,7 @@ static int __init_memblock memblock_double_array(struct memblock_type *type) return 0; } -extern int __init_memblock __weak memblock_memory_can_coalesce(phys_addr_t addr1, phys_addr_t size1, +int __init_memblock __weak memblock_memory_can_coalesce(phys_addr_t addr1, phys_addr_t size1, phys_addr_t addr2, phys_addr_t size2) { return 1;