aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2007-05-07 15:17:47 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-08 20:45:14 +0100
commit8eef3896b352a8760ab04293174444da4e8c8127 (patch)
tree1be6c339ba0659f0e62a7ef7f205284368f15df0 /include/asm-arm
parent[ARM] 4355/2: AT91: SAM9260-EK and SAM9263-EK board updates (diff)
downloadlinux-dev-8eef3896b352a8760ab04293174444da4e8c8127.tar.xz
linux-dev-8eef3896b352a8760ab04293174444da4e8c8127.zip
[ARM] 4361/1: AT91: Build error
Fix a build error due to a missing semicolon. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-at91/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-at91/board.h b/include/asm-arm/arch-at91/board.h
index 7a34a5b1fed0..0ce6ee98ed0b 100644
--- a/include/asm-arm/arch-at91/board.h
+++ b/include/asm-arm/arch-at91/board.h
@@ -121,7 +121,7 @@ extern void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data);
/* AC97 */
struct atmel_ac97_data {
u8 reset_pin; /* reset */
-}
+};
extern void __init at91_add_device_ac97(struct atmel_ac97_data *data);
/* LEDs */