mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
[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 */
|
||||
struct atmel_ac97_data {
|
||||
u8 reset_pin; /* reset */
|
||||
}
|
||||
};
|
||||
extern void __init at91_add_device_ac97(struct atmel_ac97_data *data);
|
||||
|
||||
/* LEDs */
|
||||
|
Loading…
Reference in New Issue
Block a user