Skip to content

Commit

Permalink
ASoC: S3C: Remove <plat/audio.h>
Browse files Browse the repository at this point in the history
Remove the <plat/audio.h> include from arch/arm/plat-s3c/include/plat/audio.h
as it provides nothing to the current kernel and is not in any future plans
for the system.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Ben Dooks authored and Mark Brown committed Oct 13, 2009
1 parent 814b796 commit ed9d040
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 52 deletions.
45 changes: 0 additions & 45 deletions arch/arm/plat-s3c/include/plat/audio.h

This file was deleted.

1 change: 0 additions & 1 deletion sound/soc/s3c24xx/neo1973_wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <mach/regs-clock.h>
#include <mach/regs-gpio.h>
#include <mach/hardware.h>
#include <plat/audio.h>
#include <linux/io.h>
#include <mach/spi-gpio.h>

Expand Down
1 change: 0 additions & 1 deletion sound/soc/s3c24xx/s3c-i2s-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include <plat/regs-s3c2412-iis.h>

#include <plat/audio.h>
#include <mach/dma.h>

#include "s3c-i2s-v2.h"
Expand Down
1 change: 0 additions & 1 deletion sound/soc/s3c24xx/s3c2412-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

#include <plat/regs-s3c2412-iis.h>

#include <plat/audio.h>
#include <mach/regs-gpio.h>
#include <mach/dma.h>

Expand Down
1 change: 0 additions & 1 deletion sound/soc/s3c24xx/s3c2443-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <plat/regs-ac97.h>
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <plat/audio.h>
#include <asm/dma.h>
#include <mach/dma.h>

Expand Down
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/s3c24xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <mach/hardware.h>
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <plat/audio.h>

#include <asm/dma.h>
#include <mach/dma.h>

Expand Down
1 change: 0 additions & 1 deletion sound/soc/s3c24xx/s3c24xx-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <asm/dma.h>
#include <mach/hardware.h>
#include <mach/dma.h>
#include <plat/audio.h>

#include "s3c24xx-pcm.h"

Expand Down
1 change: 0 additions & 1 deletion sound/soc/s3c24xx/s3c64xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <plat/gpio-bank-d.h>
#include <plat/gpio-bank-e.h>
#include <plat/gpio-cfg.h>
#include <plat/audio.h>

#include <mach/map.h>
#include <mach/dma.h>
Expand Down

0 comments on commit ed9d040

Please sign in to comment.