aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-10-26 17:54:39 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-10-31 15:21:37 +0000
commita80770ce4d8e0e83a32298453c0a8e78444f8184 (patch)
treec5953617a83910b2eb1ceb2e46886a2f10e38332 /include
parent[ARM] Fix an rpc_defconfig regression (diff)
downloadlinux-dev-a80770ce4d8e0e83a32298453c0a8e78444f8184.tar.xz
linux-dev-a80770ce4d8e0e83a32298453c0a8e78444f8184.zip
[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 <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-at91/board.h3
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 d96b10fd449f..c0d7075982c1 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