projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e7b6d6
)
ASoC: fsi: Remove __devinitconst
author
Thierry Reding
<
[email protected]
>
Wed, 16 Jan 2013 11:09:45 +0000
(12:09 +0100)
committer
Mark Brown
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/sh/fsi.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/fsi.c
b/sound/soc/sh/fsi.c
index 91576120cd47c7dd1f1d1dee0d30b1294bf5cf43..c724026a246f6ec90f80b11dfed4397fee6d7d37 100644
(file)
--- 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},
{},