linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: fsi: Remove __devinitconst
@ 2013-01-16 11:09 Thierry Reding
  2013-01-16 11:29 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2013-01-16 11:09 UTC (permalink / raw)
  To: Mark Brown; +Cc: Liam Girdwood, Kuninori Morimoto, alsa-devel, linux-kernel

__devinitconst and friends have recently been removed and must not be
used anymore.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
---
 sound/soc/sh/fsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index 9157612..c724026 100644
--- a/sound/soc/sh/fsi.c
+++ b/sound/soc/sh/fsi.c
@@ -2160,7 +2160,7 @@ static struct fsi_core fsi2_core = {
 	.b_mclk	= B_MST_CTLR,
 };
 
-static struct of_device_id fsi_of_match[] __devinitconst = {
+static struct of_device_id fsi_of_match[] = {
 	{ .compatible = "renesas,sh_fsi",	.data = &fsi1_core},
 	{ .compatible = "renesas,sh_fsi2",	.data = &fsi2_core},
 	{},
-- 
1.8.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: fsi: Remove __devinitconst
  2013-01-16 11:09 [PATCH] ASoC: fsi: Remove __devinitconst Thierry Reding
@ 2013-01-16 11:29 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-01-16 11:29 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Liam Girdwood, Kuninori Morimoto, alsa-devel, linux-kernel

On Wed, Jan 16, 2013 at 12:09:45PM +0100, Thierry Reding wrote:
> __devinitconst and friends have recently been removed and must not be
> used anymore.

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-16 11:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 11:09 [PATCH] ASoC: fsi: Remove __devinitconst Thierry Reding
2013-01-16 11:29 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).