On Tue, Apr 27, 2010 at 3:55 PM, Jassi Brar jassi.brar@samsung.com wrote:
The header for I2Sv2 linux/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h contains only controller specific definitions and nothing SoC specific. So, it could be moved to sound/soc/s3c24xx/
Signed-off-by: Jassi Brar jassi.brar@samsung.com
.../plat-samsung/include/plat/regs-s3c2412-iis.h | 82 -------------------- sound/soc/s3c24xx/regs-i2s-v2.h | 82 ++++++++++++++++++++ sound/soc/s3c24xx/s3c-i2s-v2.c | 3 +- sound/soc/s3c24xx/s3c2412-i2s.c | 3 +- sound/soc/s3c24xx/s3c64xx-i2s.c | 2 +- 5 files changed, 85 insertions(+), 87 deletions(-) delete mode 100644 arch/arm/plat-samsung/include/plat/regs-s3c2412-iis.h create mode 100644 sound/soc/s3c24xx/regs-i2s-v2.h
diff --git a/arch/arm/plat-samsung/include/plat/regs-s3c2412-iis.h b/arch/arm/plat-samsung/include/plat/regs-s3c2412-iis.h deleted file mode 100644
The header has been moved by 'git mv' so there is absolutely no change. I just forgot to give -M option to format-patch. Sorry.