Re: [PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/

From: viresh kumar
Date: Fri Nov 23 2012 - 10:53:20 EST


On Fri, Nov 23, 2012 at 8:38 PM, Davide Ciminaghi <ciminaghi@xxxxxxxxx> wrote:
> From: Alessandro Rubini <rubini@xxxxxxxxx>
>
> The header is used by drivers/dma/amba-pl08x.c, which can be compiled
> under x86, where PL080 exists under a PCI-to-AMBA bridge. This patche
> moves it where it can be accessed by other architectures, and fixes
> all users.
>
> Signed-off-by: Alessandro Rubini <rubini@xxxxxxxxx>
> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@xxxxxx>
> ---
> arch/arm/include/asm/hardware/pl080.h | 146 ---------------------------------
> arch/arm/mach-s3c64xx/dma.c | 2 +-
> arch/arm/mach-spear3xx/spear3xx.c | 2 +-
> arch/arm/mach-spear6xx/spear6xx.c | 2 +-
> drivers/dma/amba-pl08x.c | 2 +-
> include/linux/amba/pl080.h | 146 +++++++++++++++++++++++++++++++++
> 6 files changed, 150 insertions(+), 150 deletions(-)
> delete mode 100644 arch/arm/include/asm/hardware/pl080.h
> create mode 100644 include/linux/amba/pl080.h

Again, generating this patch with

git format-patch -C -M would have given us an easier patch to review.

--
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/