diff options
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-at91/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-at91/board.h b/include/asm-arm/arch-at91/board.h index dc189f01c5b3..6296922a6843 100644 --- a/include/asm-arm/arch-at91/board.h +++ b/include/asm-arm/arch-at91/board.h | |||
@@ -85,7 +85,7 @@ struct at91_usbh_data { | |||
85 | extern void __init at91_add_device_usbh(struct at91_usbh_data *data); | 85 | extern void __init at91_add_device_usbh(struct at91_usbh_data *data); |
86 | 86 | ||
87 | /* NAND / SmartMedia */ | 87 | /* NAND / SmartMedia */ |
88 | struct at91_nand_data { | 88 | struct atmel_nand_data { |
89 | u8 enable_pin; /* chip enable */ | 89 | u8 enable_pin; /* chip enable */ |
90 | u8 det_pin; /* card detect */ | 90 | u8 det_pin; /* card detect */ |
91 | u8 rdy_pin; /* ready/busy */ | 91 | u8 rdy_pin; /* ready/busy */ |
@@ -94,7 +94,7 @@ struct at91_nand_data { | |||
94 | u8 bus_width_16; /* buswidth is 16 bit */ | 94 | u8 bus_width_16; /* buswidth is 16 bit */ |
95 | struct mtd_partition* (*partition_info)(int, int*); | 95 | struct mtd_partition* (*partition_info)(int, int*); |
96 | }; | 96 | }; |
97 | extern void __init at91_add_device_nand(struct at91_nand_data *data); | 97 | extern void __init at91_add_device_nand(struct atmel_nand_data *data); |
98 | 98 | ||
99 | /* I2C*/ | 99 | /* I2C*/ |
100 | extern void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices); | 100 | extern void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices); |