diff options
-rw-r--r-- | arch/mips/jz4740/board-qi_lb60.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c index 9a91fe9de696..9a3d9de4d04e 100644 --- a/arch/mips/jz4740/board-qi_lb60.c +++ b/arch/mips/jz4740/board-qi_lb60.c | |||
@@ -140,6 +140,7 @@ static void qi_lb60_nand_ident(struct platform_device *pdev, | |||
140 | static struct jz_nand_platform_data qi_lb60_nand_pdata = { | 140 | static struct jz_nand_platform_data qi_lb60_nand_pdata = { |
141 | .ident_callback = qi_lb60_nand_ident, | 141 | .ident_callback = qi_lb60_nand_ident, |
142 | .busy_gpio = 94, | 142 | .busy_gpio = 94, |
143 | .banks = { 1 }, | ||
143 | }; | 144 | }; |
144 | 145 | ||
145 | /* Keyboard*/ | 146 | /* Keyboard*/ |