diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx/dev-audio.c')
-rw-r--r-- | arch/arm/plat-s3c64xx/dev-audio.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/plat-s3c64xx/dev-audio.c b/arch/arm/plat-s3c64xx/dev-audio.c index f6b7bfb519d7..aaffb8066707 100644 --- a/arch/arm/plat-s3c64xx/dev-audio.c +++ b/arch/arm/plat-s3c64xx/dev-audio.c | |||
@@ -19,12 +19,13 @@ | |||
19 | 19 | ||
20 | #include <plat/devs.h> | 20 | #include <plat/devs.h> |
21 | #include <plat/audio.h> | 21 | #include <plat/audio.h> |
22 | #include <plat/gpio-bank-c.h> | ||
23 | #include <plat/gpio-bank-d.h> | ||
24 | #include <plat/gpio-bank-e.h> | ||
25 | #include <plat/gpio-bank-h.h> | ||
26 | #include <plat/gpio-cfg.h> | 22 | #include <plat/gpio-cfg.h> |
27 | 23 | ||
24 | #include <mach/gpio-bank-c.h> | ||
25 | #include <mach/gpio-bank-d.h> | ||
26 | #include <mach/gpio-bank-e.h> | ||
27 | #include <mach/gpio-bank-h.h> | ||
28 | |||
28 | static int s3c64xx_i2sv3_cfg_gpio(struct platform_device *pdev) | 29 | static int s3c64xx_i2sv3_cfg_gpio(struct platform_device *pdev) |
29 | { | 30 | { |
30 | switch (pdev->id) { | 31 | switch (pdev->id) { |