aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorHåvard Skinnemoen <haavard.skinnemoen@atmel.com>2008-06-06 12:04:53 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2008-06-07 03:43:00 -0400
commit3c3796cc32b6e53653a5eb868dc959b8c2779db9 (patch)
tree2ff83e14ac5e4b0889f06ad76951972bd4c3db17 /include/asm-arm
parentd4f4c0aa8e36f69e46360b3d3569dc15d6099894 (diff)
[MTD] [NAND] rename at91_nand -> atmel_nand: internal symbols
This is basically s/at91_nand/atmel_nand/g with some manual inspection. Signed-off-by: Håvard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-at91/board.h4
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 {
85extern void __init at91_add_device_usbh(struct at91_usbh_data *data); 85extern void __init at91_add_device_usbh(struct at91_usbh_data *data);
86 86
87 /* NAND / SmartMedia */ 87 /* NAND / SmartMedia */
88struct at91_nand_data { 88struct 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};
97extern void __init at91_add_device_nand(struct at91_nand_data *data); 97extern void __init at91_add_device_nand(struct atmel_nand_data *data);
98 98
99 /* I2C*/ 99 /* I2C*/
100extern void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices); 100extern void __init at91_add_device_i2c(struct i2c_board_info *devices, int nr_devices);