Skip to content

Commit 8a3d809

Browse files
ARM: at91: remove atmel_nand_data
Since AVR32 is gone and the driver rework, struct atmel_nand_data is not used anywhere. Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1 parent be36e00 commit 8a3d809

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

include/linux/platform_data/atmel.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#ifndef __ATMEL_H__
88
#define __ATMEL_H__
99

10-
#include <linux/mtd/nand.h>
11-
#include <linux/mtd/partitions.h>
1210
#include <linux/serial.h>
1311

1412
/* Compact Flash */
@@ -23,25 +21,6 @@ struct at91_cf_data {
2321
#define AT91_IDE_SWAP_A0_A2 0x02
2422
};
2523

26-
/* NAND / SmartMedia */
27-
struct atmel_nand_data {
28-
int enable_pin; /* chip enable */
29-
int det_pin; /* card detect */
30-
int rdy_pin; /* ready/busy */
31-
u8 rdy_pin_active_low; /* rdy_pin value is inverted */
32-
u8 ale; /* address line number connected to ALE */
33-
u8 cle; /* address line number connected to CLE */
34-
u8 bus_width_16; /* buswidth is 16 bit */
35-
u8 ecc_mode; /* ecc mode */
36-
u8 on_flash_bbt; /* bbt on flash */
37-
struct mtd_partition *parts;
38-
unsigned int num_parts;
39-
bool has_dma; /* support dma transfer */
40-
41-
/* default is false, only for at32ap7000 chip is true */
42-
bool need_reset_workaround;
43-
};
44-
4524
/* Serial */
4625
struct atmel_uart_data {
4726
int num; /* port num */

0 commit comments

Comments
 (0)