On Fri, Nov 23, 2012 at 8:38 PM, Davide Ciminaghi <cimina...@gnudd.com> wrote: > From: Alessandro Rubini <rub...@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 <rub...@gnudd.com> > Acked-by: Giancarlo Asnaghi <giancarlo.asna...@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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/