On 09/13/2012 09:16 AM, Shawn Guo wrote:
On Thu, Sep 06, 2012 at 03:12:49PM -0500, Rob Herring wrote:
quoted
From: Rob Herring <redacted>
Move picoxcell debug-macro.S over to common debug macro directory.
Signed-off-by: Rob Herring <redacted>
Cc: Jamie Iles <redacted>
---
arch/arm/Kconfig.debug | 8 ++++++++
.../debug-macro.S => include/debug/picoxcell.S} | 0
2 files changed, 8 insertions(+)
rename arch/arm/{mach-picoxcell/include/mach/debug-macro.S => include/debug/picoxcell.S} (100%)
Can we do that renaming right away? I still see the following
inclusions in the file.
#include <mach/hardware.h>
#include <mach/map.h>
Right, I've incorporated the fix Jamie posted for this.
Rob