projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f5701
)
pinctrl: sirf: mark of_device_id match table as __devinitconst
author
Barry Song
<Baohua.Song@csr.com>
Mon, 21 May 2012 02:59:02 +0000
(10:59 +0800)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pinctrl/pinctrl-sirf.c
b/drivers/pinctrl/pinctrl-sirf.c
index ba15b1a29e524103563a6035ebd4250e01417d0f..e9f8e7d110018c14d6011ccf8903e086af983ce3 100644
(file)
--- a/
drivers/pinctrl/pinctrl-sirf.c
+++ b/
drivers/pinctrl/pinctrl-sirf.c
@@
-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" },
{}
};