diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-12-29 18:34:40 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-30 16:48:58 +0000 |
commit | cc023478dc8a3ab07828620dd80303fcd81fb227 (patch) | |
tree | 0f653f9f6aff99cb9ea1c862c5e490c963bb08d9 /drivers/spi/spi-s3c64xx.c | |
parent | a0067db36a2f9733a2e956a44ef8145e6a809bdb (diff) | |
download | linux-cc023478dc8a3ab07828620dd80303fcd81fb227.tar.bz2 |
spi: s3c64xx: Remove unused platform_device_id entries
s5pv210 and exynos4 are now DT only platforms hence these
entries can now be safely removed from the match table.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-s3c64xx.c')
-rw-r--r-- | drivers/spi/spi-s3c64xx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index b954c5444cca..5a76a50063b5 100644 --- a/drivers/spi/spi-s3c64xx.c +++ b/drivers/spi/spi-s3c64xx.c @@ -1357,12 +1357,6 @@ static const struct platform_device_id s3c64xx_spi_driver_ids[] = { }, { .name = "s3c6410-spi", .driver_data = (kernel_ulong_t)&s3c6410_spi_port_config, - }, { - .name = "s5pv210-spi", - .driver_data = (kernel_ulong_t)&s5pv210_spi_port_config, - }, { - .name = "exynos4210-spi", - .driver_data = (kernel_ulong_t)&exynos4_spi_port_config, }, { }, }; |