pinctrl: sirf: mark of_device_id match table as __devinitconst
Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
f8f5701bda
commit
1253585d7c
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
{}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue