Skip to content

Commit 0d96a4f

Browse files
3x380VRoger Quadros
authored andcommitted
memory: omap-gpmc: Drop gpmc_status
This field is no longer used, drop it. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Roger Quadros <rogerq@ti.com>
1 parent 2bd6bf0 commit 0d96a4f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

drivers/memory/omap-gpmc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,6 @@ void gpmc_update_nand_reg(struct gpmc_nand_regs *reg, int cs)
10791079
{
10801080
int i;
10811081

1082-
reg->gpmc_status = NULL; /* deprecated */
10831082
reg->gpmc_nand_command = gpmc_base + GPMC_CS0_OFFSET +
10841083
GPMC_CS_NAND_COMMAND + GPMC_CS_SIZE * cs;
10851084
reg->gpmc_nand_address = gpmc_base + GPMC_CS0_OFFSET +

include/linux/platform_data/mtd-nand-omap2.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ struct gpmc_nand_regs {
6363
void __iomem *gpmc_bch_result4[GPMC_BCH_NUM_REMAINDER];
6464
void __iomem *gpmc_bch_result5[GPMC_BCH_NUM_REMAINDER];
6565
void __iomem *gpmc_bch_result6[GPMC_BCH_NUM_REMAINDER];
66-
/* Deprecated. Do not use */
67-
void __iomem *gpmc_status;
6866
};
6967

7068
struct omap_nand_platform_data {

0 commit comments

Comments
 (0)