From: David S. Miller Date: Tue, 24 Nov 2015 21:48:17 +0000 (-0500) Subject: Merge branch 'sh_eth-remove-obsolete-platform_ids' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0ba44351025f8f6aa279a7e4feb5e23429801c10;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'sh_eth-remove-obsolete-platform_ids' Geert Uytterhoeven says: ==================== sh_eth: Remove obsolete platform_device_id entries Since commit 3d7608e4c169af03 ("ARM: shmobile: bockw: remove legacy board file and config"), which is in v4.4-rc1, shmobile SoCs are only supported in generic DT-only ARM multi-platform builds. The sh_eth driver doesn't need to match platform devices by name anymore, hence this series removes the corresponding platform_device_id entries. Changes since v2: - More Acks, - Platform dependency has entered mainline, Changes since v1: - Protect some data and functions by #ifdef CONFIG_OF to silence unused compiler warnings on SH, - New patches 3 and 4. Thanks for applying! ==================== Signed-off-by: David S. Miller --- 0ba44351025f8f6aa279a7e4feb5e23429801c10