diff options
-rw-r--r-- | sound/soc/sh/fsi.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 3396a0db06ba..30765ab512f6 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c | |||
@@ -12,21 +12,12 @@ | |||
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/module.h> | ||
17 | #include <linux/platform_device.h> | ||
18 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
19 | #include <linux/list.h> | ||
20 | #include <linux/pm_runtime.h> | 16 | #include <linux/pm_runtime.h> |
21 | #include <linux/io.h> | 17 | #include <linux/io.h> |
22 | #include <linux/slab.h> | 18 | #include <linux/slab.h> |
23 | #include <sound/core.h> | ||
24 | #include <sound/pcm.h> | ||
25 | #include <sound/initval.h> | ||
26 | #include <sound/soc.h> | 19 | #include <sound/soc.h> |
27 | #include <sound/pcm_params.h> | ||
28 | #include <sound/sh_fsi.h> | 20 | #include <sound/sh_fsi.h> |
29 | #include <asm/atomic.h> | ||
30 | 21 | ||
31 | #define DO_FMT 0x0000 | 22 | #define DO_FMT 0x0000 |
32 | #define DOFF_CTL 0x0004 | 23 | #define DOFF_CTL 0x0004 |