]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx: Add required includes to some omap/am33xx code
authorTom Rini <trini@ti.com>
Thu, 14 Mar 2013 11:15:25 +0000 (11:15 +0000)
committerTom Rini <trini@ti.com>
Sun, 24 Mar 2013 16:49:11 +0000 (12:49 -0400)
commit98f92001b3af0748d02e36b515a59865fb187415
tree052019e45857d8fe40f69ba39a2bd575e35cf979
parente284f88bafb337641423b29c49a3b8570d67e2d2
am33xx: Add required includes to some omap/am33xx code

- In arch/arm/cpu/armv7/omap-common/timer.c,
  drivers/mtd/nand/omap_gpmc.c and drivers/net/cpsw.c add #include files
  that the driver needs but had been relying on <config.h> to bring in.
- In arch/arm/cpu/armv7/omap-common/lowlevel_init.S add <config.h>
- In am335x_evm.h and pcm051.h don't globally include
  <asm/arch/hardware.h> and <asm/arch/cpu.h> but just <asm/arch/omap.h>
  as that is the only include which defines things the config uses.

Cc: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/lowlevel_init.S
arch/arm/cpu/armv7/omap-common/timer.c
arch/arm/include/asm/arch-am33xx/sys_proto.h
drivers/mtd/nand/omap_gpmc.c
drivers/net/cpsw.c
include/configs/am335x_evm.h
include/configs/pcm051.h