ar71xx: Fix mikrotik NAND compile problem
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 7 Jul 2020 21:38:10 +0000 (23:38 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 7 Jul 2020 21:44:48 +0000 (23:44 +0200)
commit2ba95d287e1fcfbff782de5e5cebfc5d49edbc7c
tree6acde571c5290e8e66ae68a3679aaa9a22801d77
parent030fe10a410dbcdbb7af1b9b0e50160783e45c62
ar71xx: Fix mikrotik NAND compile problem

This fixes the following compile error:
drivers/mtd/nand/rb91x_nand.c: In function 'rb91x_nand_remove':
drivers/mtd/nand/rb91x_nand.c:445:16: error: 'rbni' undeclared (first use in this function)
  nand_release(&rbni->chip);

Fixes: 0f07496f520c ("kernel: Update kernel 4.9 to version 4.9.229")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 66e04abbb6d0dec8642be5deb2fca4bba470f8ac)
target/linux/ar71xx/files/drivers/mtd/nand/rb91x_nand.c