Re: [PATCH] ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared

2012-09-06 Thread Ryan Mallon
On 07/09/12 15:48, Axel Lin wrote: >> Hi Axel, >> >> The patch looks fine. I notice that the other ep93xx boards are also >> using the SZ_ defines, but are indirectly including linux/sizes.h via >> asm/memory.h, which in turn is indirectly included via asm/io.h. That > Seems this is also true for o

Re: [PATCH] ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared

2012-09-06 Thread Axel Lin
> Hi Axel, > > The patch looks fine. I notice that the other ep93xx boards are also > using the SZ_ defines, but are indirectly including linux/sizes.h via > asm/memory.h, which in turn is indirectly included via asm/io.h. That Seems this is also true for other platforms ( e.g. mach-pxa, mach-ux500

Re: [PATCH] ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared

2012-09-06 Thread Ryan Mallon
On 03/09/12 22:29, Axel Lin wrote: > Include linux/sizes.h to fix below build errors: > > CC arch/arm/mach-ep93xx/adssphere.o > arch/arm/mach-ep93xx/adssphere.c: In function 'adssphere_init_machine': > arch/arm/mach-ep93xx/adssphere.c:32:49: error: 'SZ_32M' undeclared (first use > in this f