aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c/spi-core-s3c24xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c/spi-core-s3c24xx.h')
-rw-r--r--arch/arm/mach-s3c/spi-core-s3c24xx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c/spi-core-s3c24xx.h b/arch/arm/mach-s3c/spi-core-s3c24xx.h
index 057667469cc3..919c5fd0c9af 100644
--- a/arch/arm/mach-s3c/spi-core-s3c24xx.h
+++ b/arch/arm/mach-s3c/spi-core-s3c24xx.h
@@ -16,12 +16,6 @@ static inline void s3c24xx_spi_setname(char *name)
#ifdef CONFIG_S3C64XX_DEV_SPI0
s3c64xx_device_spi0.name = name;
#endif
-#ifdef CONFIG_S3C64XX_DEV_SPI1
- s3c64xx_device_spi1.name = name;
-#endif
-#ifdef CONFIG_S3C64XX_DEV_SPI2
- s3c64xx_device_spi2.name = name;
-#endif
}
#endif /* __PLAT_S3C_SPI_CORE_S3C24XX_H */