]> Pileus Git - ~andy/linux/commitdiff
ASoC: fsi: Remove __devinitconst
authorThierry Reding <thierry.reding@avionic-design.de>
Wed, 16 Jan 2013 11:09:45 +0000 (12:09 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 16 Jan 2013 11:28:59 +0000 (20:28 +0900)
__devinitconst and friends have recently been removed and must not be
used anymore.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi.c

index 91576120cd47c7dd1f1d1dee0d30b1294bf5cf43..c724026a246f6ec90f80b11dfed4397fee6d7d37 100644 (file)
@@ -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},
        {},