From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH] ASoC: fsi: Remove obsolete sh_fsi2 platform_device_id entry Date: Wed, 15 Jul 2015 09:09:14 +0900 Message-ID: <20150715000913.GA30642@verge.net.au> References: <1436875174-13960-1-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1436875174-13960-1-git-send-email-geert+renesas@glider.be> Sender: linux-sh-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Liam Girdwood , Mark Brown , Kuninori Morimoto , alsa-devel@alsa-project.org, linux-sh@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Tue, Jul 14, 2015 at 01:59:34PM +0200, Geert Uytterhoeven wrote: > 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 Acked-by: Simon Horman > --- > The commit mentioned above is in -next, destined for v4.3. > --- > sound/soc/sh/fsi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c > index 142c066eaee2ecb1..0215c78cbddf5491 100644 > --- a/sound/soc/sh/fsi.c > +++ b/sound/soc/sh/fsi.c > @@ -1911,7 +1911,6 @@ MODULE_DEVICE_TABLE(of, fsi_of_match); > > static const struct platform_device_id fsi_id_table[] = { > { "sh_fsi", (kernel_ulong_t)&fsi1_core }, > - { "sh_fsi2", (kernel_ulong_t)&fsi2_core }, > {}, > }; > MODULE_DEVICE_TABLE(platform, fsi_id_table); > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Wed, 15 Jul 2015 00:09:14 +0000 Subject: Re: [PATCH] ASoC: fsi: Remove obsolete sh_fsi2 platform_device_id entry Message-Id: <20150715000913.GA30642@verge.net.au> List-Id: References: <1436875174-13960-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1436875174-13960-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: Liam Girdwood , Mark Brown , Kuninori Morimoto , alsa-devel@alsa-project.org, linux-sh@vger.kernel.org On Tue, Jul 14, 2015 at 01:59:34PM +0200, Geert Uytterhoeven wrote: > 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 Acked-by: Simon Horman > --- > The commit mentioned above is in -next, destined for v4.3. > --- > sound/soc/sh/fsi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c > index 142c066eaee2ecb1..0215c78cbddf5491 100644 > --- a/sound/soc/sh/fsi.c > +++ b/sound/soc/sh/fsi.c > @@ -1911,7 +1911,6 @@ MODULE_DEVICE_TABLE(of, fsi_of_match); > > static const struct platform_device_id fsi_id_table[] = { > { "sh_fsi", (kernel_ulong_t)&fsi1_core }, > - { "sh_fsi2", (kernel_ulong_t)&fsi2_core }, > {}, > }; > MODULE_DEVICE_TABLE(platform, fsi_id_table); > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >