diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-05-07 16:17:47 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-08 21:45:14 +0200 |
commit | 8eef3896b352a8760ab04293174444da4e8c8127 (patch) | |
tree | 1be6c339ba0659f0e62a7ef7f205284368f15df0 /include/asm-arm | |
parent | [ARM] 4355/2: AT91: SAM9260-EK and SAM9263-EK board updates (diff) | |
download | linux-8eef3896b352a8760ab04293174444da4e8c8127.tar.xz linux-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.h | 2 |
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 */ |