Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sylwester Nawrocki and committed by
Mark Brown
cc023478 a0067db3

-6
-6
drivers/spi/spi-s3c64xx.c
··· 1357 1357 }, { 1358 1358 .name = "s3c6410-spi", 1359 1359 .driver_data = (kernel_ulong_t)&s3c6410_spi_port_config, 1360 - }, { 1361 - .name = "s5pv210-spi", 1362 - .driver_data = (kernel_ulong_t)&s5pv210_spi_port_config, 1363 - }, { 1364 - .name = "exynos4210-spi", 1365 - .driver_data = (kernel_ulong_t)&exynos4_spi_port_config, 1366 1360 }, 1367 1361 { }, 1368 1362 };