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:
4662080
)
staging: nvec: remove use of __devinitconst
author
Bill Pemberton
<
[email protected]
>
Mon, 19 Nov 2012 18:25:26 +0000
(13:25 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 21 Nov 2012 22:23:51 +0000
(14:23 -0800)
CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: Bill Pemberton <
[email protected]
>
Cc: Julian Andres Klode <
[email protected]
>
Acked-by: Marc Dietrich <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/nvec/nvec.c
patch
|
blob
|
history
diff --git
a/drivers/staging/nvec/nvec.c
b/drivers/staging/nvec/nvec.c
index 27881a3523404cc7abd551bb2ee5737f523d54ea..d8180f0cd1c789748d7627dda3777b28789589b4 100644
(file)
--- a/
drivers/staging/nvec/nvec.c
+++ b/
drivers/staging/nvec/nvec.c
@@
-901,7
+901,7
@@
static int nvec_resume(struct device *dev)
static const SIMPLE_DEV_PM_OPS(nvec_pm_ops, nvec_suspend, nvec_resume);
/* Match table for of_platform binding */
-static const struct of_device_id nvidia_nvec_of_match[]
__devinitconst
= {
+static const struct of_device_id nvidia_nvec_of_match[] = {
{ .compatible = "nvidia,nvec", },
{},
};