[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>
This commit is contained in:
parent
93afa75230
commit
8eef3896b3
|
@ -121,7 +121,7 @@ extern void __init at91_add_device_lcdc(struct atmel_lcdfb_info *data);
|
||||||
/* AC97 */
|
/* AC97 */
|
||||||
struct atmel_ac97_data {
|
struct atmel_ac97_data {
|
||||||
u8 reset_pin; /* reset */
|
u8 reset_pin; /* reset */
|
||||||
}
|
};
|
||||||
extern void __init at91_add_device_ac97(struct atmel_ac97_data *data);
|
extern void __init at91_add_device_ac97(struct atmel_ac97_data *data);
|
||||||
|
|
||||||
/* LEDs */
|
/* LEDs */
|
||||||
|
|
Loading…
Reference in New Issue