mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
S3C: Move <mach/audio.h> to <plat/audio.h>
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>
This commit is contained in:
parent
8150bc886b
commit
899e6cf5e6
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user