ASoC: samsung: remove s5pc100 related codes
authorKukjin Kim <kgene.kim@samsung.com>
Mon, 30 Jun 2014 21:32:27 +0000 (06:32 +0900)
committerMark Brown <broonie@linaro.org>
Mon, 14 Jul 2014 18:05:00 +0000 (19:05 +0100)
This patch removes s5pc100 related codes in
<linux/platform_data/asoc-s3c.h>.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/linux/platform_data/asoc-s3c.h

index 709c6f7e2f8c0b9b0cf586cf3386ff9fb2e50740..a6591c693ebba4a19feb6cefeaf43de403df74c0 100644 (file)
 #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)
This page took 0.025034 seconds and 5 git commands to generate.