* [PATCH-next] ARM: Fix compilation error.
@ 2011-08-03 21:55 Marek Belisko
2011-08-04 0:38 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 3+ messages in thread
From: Marek Belisko @ 2011-08-03 21:55 UTC (permalink / raw)
To: barebox; +Cc: Marek Belisko
Fix following error:
arch/arm/include/asm/mmu.h:29:19: error: conflicting types for 'mmu_init'
arch/arm/include/asm/mmu.h:10:6: note: previous declaration of 'mmu_init' was here
arch/arm/include/asm/mmu.h: In function 'mmu_init':
arch/arm/include/asm/mmu.h:31:10: error: 'EINVAL' undeclared (first use in this function)
arch/arm/include/asm/mmu.h:31:10: note: each undeclared identifier is reported only once for each function it appears in
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
arch/arm/include/asm/mmu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/include/asm/mmu.h b/arch/arm/include/asm/mmu.h
index 9ebc2cd..a121165 100644
--- a/arch/arm/include/asm/mmu.h
+++ b/arch/arm/include/asm/mmu.h
@@ -26,9 +26,9 @@ unsigned long virt_to_phys(void *virt);
void *phys_to_virt(unsigned long phys);
#else
-static inline int mmu_init(void)
+inline void mmu_init(void)
{
- return -EINVAL;
+
}
static inline void *dma_alloc_coherent(size_t size)
--
1.7.4.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH-next] ARM: Fix compilation error.
2011-08-03 21:55 [PATCH-next] ARM: Fix compilation error Marek Belisko
@ 2011-08-04 0:38 ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-04 7:09 ` Belisko Marek
0 siblings, 1 reply; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-08-04 0:38 UTC (permalink / raw)
To: Marek Belisko; +Cc: barebox
On 23:55 Wed 03 Aug , Marek Belisko wrote:
> Fix following error:
> arch/arm/include/asm/mmu.h:29:19: error: conflicting types for 'mmu_init'
> arch/arm/include/asm/mmu.h:10:6: note: previous declaration of 'mmu_init' was here
> arch/arm/include/asm/mmu.h: In function 'mmu_init':
> arch/arm/include/asm/mmu.h:31:10: error: 'EINVAL' undeclared (first use in this function)
> arch/arm/include/asm/mmu.h:31:10: note: each undeclared identifier is reported only once for each function it appears in
>
> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
> ---
we are goind to it anyway
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH-next] ARM: Fix compilation error.
2011-08-04 0:38 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2011-08-04 7:09 ` Belisko Marek
0 siblings, 0 replies; 3+ messages in thread
From: Belisko Marek @ 2011-08-04 7:09 UTC (permalink / raw)
To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: barebox
On Thu, Aug 4, 2011 at 1:38 AM, Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com> wrote:
> On 23:55 Wed 03 Aug , Marek Belisko wrote:
>> Fix following error:
>> arch/arm/include/asm/mmu.h:29:19: error: conflicting types for 'mmu_init'
>> arch/arm/include/asm/mmu.h:10:6: note: previous declaration of 'mmu_init' was here
>> arch/arm/include/asm/mmu.h: In function 'mmu_init':
>> arch/arm/include/asm/mmu.h:31:10: error: 'EINVAL' undeclared (first use in this function)
>> arch/arm/include/asm/mmu.h:31:10: note: each undeclared identifier is reported only once for each function it appears in
>>
>> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
>> ---
> we are goind to it anyway
When run MAKE_ALL script some boards (mx51) was failed to compile due
to the some mmu_init linker problem.
I really don't understand why.
>
> Best Regards,
> J.
>
regards,
marek
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer
Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
icq: 290551086
web: http://open-nandra.com
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-04 7:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-03 21:55 [PATCH-next] ARM: Fix compilation error Marek Belisko
2011-08-04 0:38 ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-04 7:09 ` Belisko Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox