]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] 3337/1: Fix NSLU2 flash support according to window size configuration patch
authorMartin Michlmayr <tbm@cyrius.com>
Thu, 16 Feb 2006 22:36:12 +0000 (22:36 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 16 Feb 2006 22:36:12 +0000 (22:36 +0000)
commit0ae7e19ee47e32ac2e1d8f3d0fc07881a03e3a1a
tree651a4d79de5e7032928290f103fd5d1ab4dc6d00
parent142fb142e8e462254a7ae2605ac00c75add3aa4e
[ARM] 3337/1: Fix NSLU2 flash support according to window size configuration patch

Patch from Martin Michlmayr

ARM patch 3226/1 (IXP4xx runtime expansion bus window size configuration)
forgot to update mach-ixp4xx/nslu2-setup.c which leads to the following
compilation error.  Update NSLU2 flash support following patch 3226/1.

  CC      arch/arm/mach-ixp4xx/nslu2-setup.o
arch/arm/mach-ixp4xx/nslu2-setup.c:30: error: \91NSLU2_FLASH_BASE\92 undeclared here (not in a function)
arch/arm/mach-ixp4xx/nslu2-setup.c:31: error: \91NSLU2_FLASH_SIZE\92 undeclared here (not in a function)
make[1]: *** [arch/arm/mach-ixp4xx/nslu2-setup.o] Error 1
make: *** [arch/arm/mach-ixp4xx] Error 2

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
---

 nslu2-setup.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ixp4xx/nslu2-setup.c