pinctrl: sirf: mark of_device_id match table as __devinitconst
authorBarry Song <Baohua.Song@csr.com>
Mon, 21 May 2012 02:59:02 +0000 (10:59 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 4 Jun 2012 07:52:52 +0000 (09:52 +0200)
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-sirf.c

index ba15b1a..e9f8e7d 100644 (file)
@@ -1184,7 +1184,7 @@ out_no_gpio_remap:
        return ret;
 }
 
-static const struct of_device_id pinmux_ids[]  = {
+static const struct of_device_id pinmux_ids[] __devinitconst = {
        { .compatible = "sirf,prima2-gpio-pinmux" },
        {}
 };