1. 01 11月, 2012 1 次提交
    • T
      ARM: OMAP1: Remove relative includes · 4e969010
      Tony Lindgren 提交于
      As discussed on linux-arm-kernel, we want to avoid
      relative includes for the arch/arm/*omap* code:
      
      http://www.spinics.net/lists/linux-omap/msg80520.html
      
      Note that eventually when the omap1 specific drivers
      are fixed to not use cpu_is_omap macros and not depend
      on mach/hardware.h, this patch can be reverted and these
      headers can be local. But since just fixing the drivers for
      omap2+ is already a big enough hassle, let's deal
      with that properly first.
      
      [tony@atomide.com: also drop unused include for ispvideo.c]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      4e969010
  2. 19 10月, 2012 1 次提交
    • T
      ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 · e4c060db
      Tony Lindgren 提交于
      We want to remove plat/cpu.h. To do this, let's first split
      it to private soc.h to mach-omap1 and mach-omap2. We have to
      keep plat/cpu.h around until the remaining drivers are fixed,
      so let's include the local soc.h in plat/cpu.h and for drivers
      still including plat/cpu.h.
      
      Once the drivers are fixed not to include plat/cpu.h, we
      can remove the file.
      
      This is needed for the ARM common zImage support.
      
      [tony@atomide.com: updated to not print a warning]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      e4c060db