On Fri, Feb 10, 2012 at 07:47:12PM +0900, Kukjin Kim wrote: > arch/arm/common/Kconfig | 3 - > arch/arm/common/Makefile | 1 - > arch/arm/common/pl330.c | 1959 ------------------------ > arch/arm/include/asm/hardware/pl330.h | 338 +++-- I think I've already said this, but I'm going to say it again. Code in arch/arm/include/asm/hardware/pl330.h which is only used by drivers/dma/pl330.c, needs to move to drivers/dma/pl330.h or into drivers/dma/pl330.c itself. Anything else left over which needs to be used by others can go into include/linux/amba/pl330.h. > arch/arm/mach-exynos/Kconfig | 3 + > arch/arm/mach-exynos/clock.c | 9 + > arch/arm/mach-exynos/dma.c | 130 ++- > arch/arm/mach-exynos/include/mach/irqs.h | 2 + > arch/arm/mach-exynos/include/mach/map.h | 3 +- > arch/arm/plat-samsung/include/plat/dma-pl330.h | 16 + > drivers/dma/Kconfig | 1 - > drivers/dma/pl330.c | 1856 ++++++++++++++++++++++ > 12 files changed, 2197 insertions(+), 2124 deletions(-) > delete mode 100644 arch/arm/common/pl330.c -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html