Re: [PATCH] mfd: cros_ec: Avoid unneeded internal declaration warning

From: Stephen Boyd
Date: Tue Oct 09 2018 - 12:15:57 EST


Quoting Nathan Chancellor (2018-09-27 18:16:14)
> On Wed, Sep 26, 2018 at 08:33:17PM -0700, Nathan Chancellor wrote:
> > diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c
> > index 999dac752bcc..8f9d6964173e 100644
> > --- a/drivers/mfd/cros_ec_dev.c
> > +++ b/drivers/mfd/cros_ec_dev.c
> > @@ -546,6 +546,7 @@ static struct platform_driver cros_ec_dev_driver = {
> > .name = DRV_NAME,
> > .pm = &cros_ec_dev_pm_ops,
> > },
> > + .id_table = cros_ec_id,
> > .probe = ec_device_probe,
> > .remove = ec_device_remove,
> > .shutdown = ec_device_shutdown,
> > --
> > 2.19.0
> >
>
> It just occurred to me I probably should have added some of the Chromium
> guys who have modified this driver to this patch. I've done that now.

Looks OK to me.

Acked-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>