Fix compilation error on NSLU2 due to recent flash changes (Alessandro

Zummo).

svn path=/dists/trunk/linux-2.6/; revision=5892
This commit is contained in:
Martin Michlmayr 2006-02-14 22:21:10 +00:00
parent bb57b7568e
commit ef6852e0e1
3 changed files with 24 additions and 0 deletions

2
debian/changelog vendored
View File

@ -22,6 +22,8 @@ linux-2.6 (2.6.15+2.6.16-rc3-0experimental.1) UNRELEASED; urgency=low
* [sparc] Add sys_newfstatat -> sys_fstatat64 fix from git.
* [arm] Update configs for 2.6.16-rc3.
* [armeb] Update configs for 2.6.16-rc3.
* [arm/armeb] Fix compilation error on NSLU2 due to recent flash
changes (Alessandro Zummo).
[ Norbert Tretkowski ]
* [alpha] Update arch/alpha/config* for 2.6.16-rc3.

View File

@ -0,0 +1,21 @@
## DP: Fix compilation error due to flash changes
## DP: Patch author: Alessandro Zummo <a.zummo@towertech.it>
## DP: Upstream status: submitted
# Fixes build failure introduced by
# http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=54e269ead6e672325866037b0617a72edd1396b9
#
arch/arm/mach-ixp4xx/nslu2-setup.c | 2 --
1 file changed, 2 deletions(-)
--- linux-nslu2.orig/arch/arm/mach-ixp4xx/nslu2-setup.c 2006-02-06 21:49:41.000000000 +0100
+++ linux-nslu2/arch/arm/mach-ixp4xx/nslu2-setup.c 2006-02-06 21:59:55.000000000 +0100
@@ -27,8 +27,6 @@ static struct flash_platform_data nslu2_
};
static struct resource nslu2_flash_resource = {
- .start = NSLU2_FLASH_BASE,
- .end = NSLU2_FLASH_BASE + NSLU2_FLASH_SIZE,
.flags = IORESOURCE_MEM,
};

View File

@ -16,3 +16,4 @@
+ sparc64-hme-lockup.patch
+ sparc64-atyfb-xl-gr.patch
+ sparc-sys_fstatat64.patch
+ arm-nslu2-fix-flash.patch