]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Kirkwood: Fix 'SZ_1M' undeclared here for db88f6281-bp-setup.c
authorAndrew Lunn <andrew@lunn.ch>
Thu, 30 Aug 2012 05:39:12 +0000 (07:39 +0200)
committerJason Cooper <jason@lakedaemon.net>
Fri, 31 Aug 2012 15:45:30 +0000 (15:45 +0000)
commit17e99df0325465286605f185fd35b9ea01e80239
tree01d15578273f56073988ad7357efca3c10d63df4
parent9a0dddde609b02e2ea30f5d18fc41fe9beebcfea
ARM: Kirkwood: Fix 'SZ_1M' undeclared here for db88f6281-bp-setup.c

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>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-kirkwood/db88f6281-bp-setup.c