Skip to content

Commit

Permalink
Add missing part from commit d6e96ef
Browse files Browse the repository at this point in the history
  • Loading branch information
larsclausen committed Jul 14, 2010
1 parent 89f1993 commit 6445d3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/linux/mtd/jz4740_nand.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de>
* JZ4720/JZ4740 SoC NAND controller driver
* JZ4740 SoC NAND controller driver
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
Expand All @@ -27,6 +27,8 @@ struct jz_nand_platform_data {

unsigned int busy_gpio;

unsigned char banks[4];

void (*ident_callback)(struct platform_device *, struct nand_chip *,
struct mtd_partition **, int *num_partitions);
};
Expand Down

0 comments on commit 6445d3a

Please sign in to comment.