[PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/
viresh kumar
viresh.kumar at linaro.org
Fri Nov 23 10:53:31 EST 2012
On Fri, Nov 23, 2012 at 8:38 PM, Davide Ciminaghi <ciminaghi at gnudd.com> wrote:
> From: Alessandro Rubini <rubini at gnudd.com>
>
> 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 at gnudd.com>
> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi at st.com>
> ---
> 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
More information about the linux-arm-kernel
mailing list