Linux-next has failed to compile for kirkwood since 23 August with:
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:29: error: 'SZ_1M' undeclared here (not in a function)
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:33: error: 'SZ_4M' undeclared here (not in a function)
Add missing <linux/sizes.h>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
arch/arm/mach-kirkwood/db88f6281-bp-setup.c | 1 +
1 file changed, 1 insertion(+)
From: Jason Cooper <hidden> Date: 2012-08-30 17:12:36
On Thu, Aug 30, 2012 at 07:39:12AM +0200, Andrew Lunn wrote:
Linux-next has failed to compile for kirkwood since 23 August with:
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:29: error: 'SZ_1M' undeclared here (not in a function)
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:33: error: 'SZ_4M' undeclared here (not in a function)
Add missing <linux/sizes.h>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Applied to: fixes-for-v3.6
Also, I added a CC for stable so greg can pick it up.
thx,
Jason.
--
1.7.10.4
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Thu, Aug 30, 2012 at 01:12:36PM -0400, Jason Cooper wrote:
On Thu, Aug 30, 2012 at 07:39:12AM +0200, Andrew Lunn wrote:
quoted
Linux-next has failed to compile for kirkwood since 23 August with:
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:29: error: 'SZ_1M' undeclared here (not in a function)
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:33: error: 'SZ_4M' undeclared here (not in a function)
Add missing <linux/sizes.h>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Applied to: fixes-for-v3.6
Also, I added a CC for stable so greg can pick it up.
Hi Jason
Stable does not need it. As i said, it only broke 23 August with
linux-next. So this is needed for only 3.7.
Andrew
From: Jason Cooper <hidden> Date: 2012-08-30 18:50:50
On Thu, Aug 30, 2012 at 08:08:53PM +0200, Andrew Lunn wrote:
On Thu, Aug 30, 2012 at 01:12:36PM -0400, Jason Cooper wrote:
quoted
On Thu, Aug 30, 2012 at 07:39:12AM +0200, Andrew Lunn wrote:
quoted
Linux-next has failed to compile for kirkwood since 23 August with:
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:29: error: 'SZ_1M' undeclared here (not in a function)
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:33: error: 'SZ_4M' undeclared here (not in a function)
Add missing <linux/sizes.h>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Applied to: fixes-for-v3.6
Also, I added a CC for stable so greg can pick it up.
Stable does not need it. As i said, it only broke 23 August with
linux-next. So this is needed for only 3.7.
Do we know caused the break? Is it a fix destined for -stable?
thx,
Jason.
On Thu, Aug 30, 2012 at 02:50:50PM -0400, Jason Cooper wrote:
On Thu, Aug 30, 2012 at 08:08:53PM +0200, Andrew Lunn wrote:
quoted
On Thu, Aug 30, 2012 at 01:12:36PM -0400, Jason Cooper wrote:
quoted
On Thu, Aug 30, 2012 at 07:39:12AM +0200, Andrew Lunn wrote:
quoted
Linux-next has failed to compile for kirkwood since 23 August with:
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:29: error: 'SZ_1M' undeclared here (not in a function)
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:33: error: 'SZ_4M' undeclared here (not in a function)
Add missing <linux/sizes.h>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Applied to: fixes-for-v3.6
Also, I added a CC for stable so greg can pick it up.
Stable does not need it. As i said, it only broke 23 August with
linux-next. So this is needed for only 3.7.
Do we know caused the break? Is it a fix destined for -stable?
From: Jason Cooper <hidden> Date: 2012-08-31 15:38:52
On Fri, Aug 31, 2012 at 07:47:34AM +0200, Andrew Lunn wrote:
On Thu, Aug 30, 2012 at 02:50:50PM -0400, Jason Cooper wrote:
quoted
On Thu, Aug 30, 2012 at 08:08:53PM +0200, Andrew Lunn wrote:
quoted
On Thu, Aug 30, 2012 at 01:12:36PM -0400, Jason Cooper wrote:
quoted
On Thu, Aug 30, 2012 at 07:39:12AM +0200, Andrew Lunn wrote:
quoted
Linux-next has failed to compile for kirkwood since 23 August with:
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:29: error: 'SZ_1M' undeclared here (not in a function)
arch/arm/mach-kirkwood/db88f6281-bp-setup.c:33: error: 'SZ_4M' undeclared here (not in a function)
Add missing <linux/sizes.h>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Applied to: fixes-for-v3.6
Also, I added a CC for stable so greg can pick it up.
Stable does not need it. As i said, it only broke 23 August with
linux-next. So this is needed for only 3.7.
Do we know caused the break? Is it a fix destined for -stable?