summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2014-07-02 07:53:27 +0900
committerKukjin Kim <kgene.kim@samsung.com>2014-07-08 07:29:05 +0900
commit58595ebd9306691441ccf88973b97d4f8eaa8279 (patch)
tree1e640657618b52376af6f6e77b89c00bd58be73f
parent1a2e3d6c5640f7be19da4743c3a84fee20f6e11b (diff)
ASoC: Samsung: remove s5pc100 related codess5p-cleanup
This patch removes s5pc100 related codes in <linux/platform_data/asoc-s3c.h>. Cc: Mark Brown <broonie@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--include/linux/platform_data/asoc-s3c.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
index 709c6f7e2f8c..a6591c693ebb 100644
--- a/include/linux/platform_data/asoc-s3c.h
+++ b/include/linux/platform_data/asoc-s3c.h
@@ -15,15 +15,6 @@
#define S3C64XX_AC97_GPE 1
extern void s3c64xx_ac97_setup_gpio(int);
-/*
- * The machine init code calls s5p*_spdif_setup_gpio with
- * one of these defines in order to select appropriate bank
- * of GPIO for S/PDIF pins
- */
-#define S5PC100_SPDIF_GPD 0
-#define S5PC100_SPDIF_GPG3 1
-extern void s5pc100_spdif_setup_gpio(int);
-
struct samsung_i2s {
/* If the Primary DAI has 5.1 Channels */
#define QUIRK_PRI_6CHAN (1 << 0)