Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a80770ce4d8e0e83a32298453c0a8e78444f8184
Commit:     a80770ce4d8e0e83a32298453c0a8e78444f8184
Parent:     01c0ad58548fa1fa76379d1bea060f6e1d6ba2af
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 26 17:54:39 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Wed Oct 31 15:21:37 2007 +0000

    [ARM] Fix ateb9200_defconfig build regression
    
    Fix:
    
      CC      drivers/serial/atmel_serial.o
    drivers/serial/atmel_serial.c: In function 'atmel_serial_suspend':
    drivers/serial/atmel_serial.c:924: error: implicit declaration of function 
'at91_suspend_entering_slow_clock'
    
    Acked-by: Andrew Victor <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-at91/board.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/asm-arm/arch-at91/board.h 
b/include/asm-arm/arch-at91/board.h
index d96b10f..c0d7075 100644
--- a/include/asm-arm/arch-at91/board.h
+++ b/include/asm-arm/arch-at91/board.h
@@ -130,4 +130,7 @@ extern u8 at91_leds_cpu;
 extern u8 at91_leds_timer;
 extern void __init at91_init_leds(u8 cpu_led, u8 timer_led);
 
+/* FIXME: this needs a better location, but gets stuff building again */
+extern int at91_suspend_entering_slow_clock(void);
+
 #endif
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to