Am Montag, 19. November 2012, 13:25:26 schrieb Bill Pemberton: > CONFIG_HOTPLUG is going away as an option so __devinitconst is no > longer needed. > > Signed-off-by: Bill Pemberton <wfp5p@xxxxxxxxxxxx> > Cc: Julian Andres Klode <jak@xxxxxxxxxxxxx> > Cc: Marc Dietrich <marvin24@xxxxxx> > Cc: ac100@xxxxxxxxxxxxxxxxxxx > Cc: devel@xxxxxxxxxxxxxxxxxxxx Acked-by: Marc Dietrich <marvin24@xxxxxx> > --- > drivers/staging/nvec/nvec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c > index 56588a8..7e71d7e 100644 > --- a/drivers/staging/nvec/nvec.c > +++ b/drivers/staging/nvec/nvec.c > @@ -900,7 +900,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", }, > {}, > }; _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel