diff options
Diffstat (limited to 'arch/avr32/mach-at32ap/include')
-rw-r--r-- | arch/avr32/mach-at32ap/include/mach/board.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/avr32/mach-at32ap/include/mach/board.h b/arch/avr32/mach-at32ap/include/mach/board.h index cff8e84f78f2..63ec4008b253 100644 --- a/arch/avr32/mach-at32ap/include/mach/board.h +++ b/arch/avr32/mach-at32ap/include/mach/board.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * in this array is chip-dependent. | 13 | * in this array is chip-dependent. |
14 | */ | 14 | */ |
15 | extern unsigned long at32_board_osc_rates[]; | 15 | extern unsigned long at32_board_osc_rates[]; |
16 | 16 | ||
17 | /* | 17 | /* |
18 | * This used to add essential system devices, but this is now done | 18 | * This used to add essential system devices, but this is now done |
19 | * automatically. Please don't use it in new board code. | 19 | * automatically. Please don't use it in new board code. |
@@ -97,7 +97,10 @@ struct ac97c_platform_data { | |||
97 | struct platform_device * | 97 | struct platform_device * |
98 | at32_add_device_ac97c(unsigned int id, struct ac97c_platform_data *data); | 98 | at32_add_device_ac97c(unsigned int id, struct ac97c_platform_data *data); |
99 | 99 | ||
100 | struct platform_device *at32_add_device_abdac(unsigned int id); | 100 | struct atmel_abdac_pdata; |
101 | struct platform_device * | ||
102 | at32_add_device_abdac(unsigned int id, struct atmel_abdac_pdata *data); | ||
103 | |||
101 | struct platform_device *at32_add_device_psif(unsigned int id); | 104 | struct platform_device *at32_add_device_psif(unsigned int id); |
102 | 105 | ||
103 | struct cf_platform_data { | 106 | struct cf_platform_data { |