]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 4361/1: AT91: Build error
authorAndrew Victor <andrew@sanpeople.com>
Mon, 7 May 2007 14:17:47 +0000 (15:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 8 May 2007 19:45:14 +0000 (20:45 +0100)
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>
include/asm-arm/arch-at91/board.h

index 7a34a5b1fed0dfa4be4c1de940098b32e070cb51..0ce6ee98ed0be0beb1231e20e3b6ea468e7c059e 100644 (file)
@@ -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 */