On Thu, Sep 27, 2018 at 10:59 PM Thierry Reding <thierry.reding@xxxxxxxxx> wrote: > firmware: tegra: Changes for v4.20-rc1 > > This contains a fix for suspend/resume support for the BPMP found on > Tegra186 and Tegra194. > > ---------------------------------------------------------------- > Thierry Reding (1): > firmware: tegra: bpmp: Implement suspend/resume support > > drivers/firmware/tegra/bpmp.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) This causes a build warning in randconfig builds: drivers/firmware/tegra/bpmp.c:847:12: error: 'tegra_bpmp_resume' defined but not used [-Werror=unused-function] static int tegra_bpmp_resume(struct device *dev) ^~~~~~~~~~~~~~~~~ Please fix and resubmit. Thanks, ARnd