android_kernel_motorola_sm6225/arch/arm/mach-ep93xx
Axel Lin c081705623 ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared
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 function)
arch/arm/mach-ep93xx/adssphere.c:32:49: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [arch/arm/mach-ep93xx/adssphere.o] Error 1
make: *** [arch/arm/mach-ep93xx] Error 2

  CC      arch/arm/mach-ep93xx/gesbc9312.o
arch/arm/mach-ep93xx/gesbc9312.c: In function 'gesbc9312_init_machine':
arch/arm/mach-ep93xx/gesbc9312.c:32:49: error: 'SZ_8M' undeclared (first use in this function)
arch/arm/mach-ep93xx/gesbc9312.c:32:49: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [arch/arm/mach-ep93xx/gesbc9312.o] Error 1
make: *** [arch/arm/mach-ep93xx] Error 2

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Ryan Mallon <rmallon@gmail.com>
2012-09-07 16:41:59 +10:00
..
include/mach ep93xx: IDE driver platform support code 2012-06-04 14:40:46 +10:00
adssphere.c ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared 2012-09-07 16:41:59 +10:00
clock.c ep93xx: Make syscon access functions private to SoC 2012-03-14 11:43:06 +11:00
core.c ep93xx: IDE driver platform support code 2012-06-04 14:40:46 +10:00
crunch-bits.S ep93xx: Move crunch code to mach-ep93xx directory 2012-03-14 11:43:10 +11:00
crunch.c ARM: ep93xx: use machine specific hook for late init 2012-05-05 14:20:34 +08:00
dma.c ep93xx: Move peripheral defines to local SoC header 2012-03-14 11:42:27 +11:00
edb93xx.c arm-soc: soc-specific updates 2012-07-23 16:08:40 -07:00
gesbc9312.c ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared 2012-09-07 16:41:59 +10:00
Kconfig arm: ep93xx: use gpio_led_register_device 2012-04-12 09:38:15 +10:00
Makefile ep93xx: Move crunch code to mach-ep93xx directory 2012-03-14 11:43:10 +11:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
micro9.c ARM: ep93xx: use machine specific hook for late init 2012-05-05 14:20:34 +08:00
simone.c ARM: ep93xx: use machine specific hook for late init 2012-05-05 14:20:34 +08:00
snappercl15.c - More robust parsing especially of xattr data in JFFS2 2012-06-01 16:55:42 -07:00
soc.h ep93xx: IDE driver platform support code 2012-06-04 14:40:46 +10:00
ts72xx.c - More robust parsing especially of xattr data in JFFS2 2012-06-01 16:55:42 -07:00
vision_ep9307.c ARM: ep93xx: use machine specific hook for late init 2012-05-05 14:20:34 +08:00