[kernel] r5892 - in dists/trunk/linux-2.6/debian: . patches patches/series

Martin Michlmayr tbm at costa.debian.org
Tue Feb 14 22:21:12 UTC 2006


Author: tbm
Date: Tue Feb 14 22:21:10 2006
New Revision: 5892

Added:
   dists/trunk/linux-2.6/debian/patches/arm-nslu2-fix-flash.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/0experimental.1
Log:
Fix compilation error on NSLU2 due to recent flash changes (Alessandro
Zummo).


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Feb 14 22:21:10 2006
@@ -22,6 +22,8 @@
   * [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.

Added: dists/trunk/linux-2.6/debian/patches/arm-nslu2-fix-flash.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/arm-nslu2-fix-flash.patch	Tue Feb 14 22:21:10 2006
@@ -0,0 +1,21 @@
+## DP: Fix compilation error due to flash changes
+## DP: Patch author: Alessandro Zummo <a.zummo at 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,
+ };
+ 

Modified: dists/trunk/linux-2.6/debian/patches/series/0experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/0experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/0experimental.1	Tue Feb 14 22:21:10 2006
@@ -16,3 +16,4 @@
 + sparc64-hme-lockup.patch
 + sparc64-atyfb-xl-gr.patch
 + sparc-sys_fstatat64.patch
++ arm-nslu2-fix-flash.patch



More information about the Kernel-svn-changes mailing list