[alsa-devel] [PATCH 01/11] ASoC: S3C: I2Sv2: Move defines closer to driver

jassi brar jassisinghbrar at gmail.com
Tue Apr 27 09:07:38 CEST 2010


On Tue, Apr 27, 2010 at 3:55 PM, Jassi Brar <jassi.brar at 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 at 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.


More information about the Alsa-devel mailing list