On Fri, Nov 23, 2012 at 8:38 PM, Davide Ciminaghi <[email protected]> wrote: > From: Alessandro Rubini <[email protected]> > > 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 <[email protected]> > Acked-by: Giancarlo Asnaghi <[email protected]> > --- > 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

