ASoC: fsi: Remove obsolete sh_fsi2 platform_device_id entry
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 14 Jul 2015 11:59:34 +0000 (13:59 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 16 Jul 2015 08:58:00 +0000 (09:58 +0100)
commitbe9ae230924083772ea74ea6958c846f79df5253
tree3cdc8e07a4908c33e055874c5f238c294f783cae
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ASoC: fsi: Remove obsolete sh_fsi2 platform_device_id entry

Since the removal of the r8a7740 legacy board code in commit
1fa59bda21c7fa36 ("ARM: shmobile: Remove legacy board code for
Armadillo-800 EVA"), all former users of the "sh_fsi2" platform device
name are only supported in generic DT-only ARM multi-platform builds.
The driver doesn't need to match platform devices by name anymore, hence
remove the corresponding platform_device_id entry.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/fsi.c