Commit 063f9f6a authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

staging: nvec: remove use of __devinitconst

CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Julian Andres Klode <jak@jak-linux.org>
Acked-by: default avatarMarc Dietrich <marvin24@gmx.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 46620803
...@@ -901,7 +901,7 @@ static int nvec_resume(struct device *dev) ...@@ -901,7 +901,7 @@ static int nvec_resume(struct device *dev)
static const SIMPLE_DEV_PM_OPS(nvec_pm_ops, nvec_suspend, nvec_resume); static const SIMPLE_DEV_PM_OPS(nvec_pm_ops, nvec_suspend, nvec_resume);
/* Match table for of_platform binding */ /* 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", }, { .compatible = "nvidia,nvec", },
{}, {},
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment