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>
This commit is contained in:
committed by
Mark Brown
parent
a0067db36a
commit
cc023478dc
@@ -1357,12 +1357,6 @@ static const struct platform_device_id s3c64xx_spi_driver_ids[] = {
|
|||||||
}, {
|
}, {
|
||||||
.name = "s3c6410-spi",
|
.name = "s3c6410-spi",
|
||||||
.driver_data = (kernel_ulong_t)&s3c6410_spi_port_config,
|
.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,
|
|
||||||
},
|
},
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user