Skip to content

Commit

Permalink
S3C: Move <mach/audio.h> to <plat/audio.h>
Browse files Browse the repository at this point in the history
The <mach/audio.h> file needs to be common to both ARCH_S3C2410 and
ARCH_S3C64XX as they share common driver code, so move it to <plat/audio.h>.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Ben Dooks authored and Mark Brown committed Mar 5, 2009
1 parent 8150bc8 commit 899e6cf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/neo1973_wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <mach/regs-clock.h>
#include <mach/regs-gpio.h>
#include <mach/hardware.h>
#include <mach/audio.h>
#include <plat/audio.h>
#include <linux/io.h>
#include <mach/spi-gpio.h>

Expand Down
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/s3c2412-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <plat/regs-s3c2412-iis.h>

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

#include "s3c24xx-pcm.h"
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/s3c2443-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <plat/regs-ac97.h>
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <mach/audio.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 @@ -30,7 +30,7 @@
#include <mach/hardware.h>
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <mach/audio.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-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <asm/dma.h>
#include <mach/hardware.h>
#include <mach/dma.h>
#include <mach/audio.h>
#include <plat/audio.h>

#include "s3c24xx-pcm.h"

Expand Down

0 comments on commit 899e6cf

Please sign in to comment.