* [PATCH] at91: vmalloc fix missing AT91_VIRT_BASE define
@ 2011-11-03 15:30 Jean-Christophe PLAGNIOL-VILLARD
2011-11-04 18:01 ` Russell King - ARM Linux
0 siblings, 1 reply; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-11-03 15:30 UTC (permalink / raw)
To: linux-arm-kernel
break during the this merge
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
---
arch/arm/mach-at91/include/mach/vmalloc.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-at91/include/mach/vmalloc.h b/arch/arm/mach-at91/include/mach/vmalloc.h
index 8eb459f..8e4a1bd 100644
--- a/arch/arm/mach-at91/include/mach/vmalloc.h
+++ b/arch/arm/mach-at91/include/mach/vmalloc.h
@@ -21,6 +21,8 @@
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H
+#include <mach/hardware.h>
+
#define VMALLOC_END (AT91_VIRT_BASE & PGDIR_MASK)
#endif
--
1.7.7
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] at91: vmalloc fix missing AT91_VIRT_BASE define
2011-11-03 15:30 [PATCH] at91: vmalloc fix missing AT91_VIRT_BASE define Jean-Christophe PLAGNIOL-VILLARD
@ 2011-11-04 18:01 ` Russell King - ARM Linux
2011-11-08 10:56 ` Nicolas Ferre
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2011-11-04 18:01 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Nov 03, 2011 at 11:30:46PM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote:
> break during the this merge
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Not the only bug:
CC drivers/tty/serial/atmel_serial.o
drivers/tty/serial/atmel_serial.c: In function ?atmel_serial_probe?:
drivers/tty/serial/atmel_serial.c:1788: error: implicit declaration of function ?of_alias_get_id?
make[4]: *** [drivers/tty/serial/atmel_serial.o] Error 1
make[3]: *** [drivers/tty/serial] Error 2
make[2]: *** [drivers/tty] Error 2
make[1]: *** [drivers] Error 2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] at91: vmalloc fix missing AT91_VIRT_BASE define
2011-11-04 18:01 ` Russell King - ARM Linux
@ 2011-11-08 10:56 ` Nicolas Ferre
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Ferre @ 2011-11-08 10:56 UTC (permalink / raw)
To: linux-arm-kernel
On 11/04/2011 07:01 PM, Russell King - ARM Linux :
> On Thu, Nov 03, 2011 at 11:30:46PM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote:
>> break during the this merge
>>
>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
>> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
>
> Not the only bug:
>
> CC drivers/tty/serial/atmel_serial.o
> drivers/tty/serial/atmel_serial.c: In function ?atmel_serial_probe?:
> drivers/tty/serial/atmel_serial.c:1788: error: implicit declaration of function ?of_alias_get_id?
> make[4]: *** [drivers/tty/serial/atmel_serial.o] Error 1
> make[3]: *** [drivers/tty/serial] Error 2
> make[2]: *** [drivers/tty] Error 2
> make[1]: *** [drivers] Error 2
Yes but it is already addressed in ed5f886d163 in Linus' tree.
Best regards,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-08 10:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 15:30 [PATCH] at91: vmalloc fix missing AT91_VIRT_BASE define Jean-Christophe PLAGNIOL-VILLARD
2011-11-04 18:01 ` Russell King - ARM Linux
2011-11-08 10:56 ` Nicolas Ferre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).