diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-09-03 20:29:28 +0800 |
---|---|---|
committer | Ryan Mallon <rmallon@gmail.com> | 2012-09-07 16:41:59 +1000 |
commit | c081705623468e6242a6703902dbe8bc2696095b (patch) | |
tree | e788180ad118a7f1ab7ba08832aac071efc15eea /drivers/tty | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) | |
download | linux-c081705623468e6242a6703902dbe8bc2696095b.tar.gz linux-c081705623468e6242a6703902dbe8bc2696095b.tar.bz2 linux-c081705623468e6242a6703902dbe8bc2696095b.zip |
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>
Diffstat (limited to 'drivers/tty')
0 files changed, 0 insertions, 0 deletions