Re: [PATCH] drivers/pci/host/vmd: Fix suspend handlers unused warning

From: Keith Busch
Date: Mon Nov 28 2016 - 11:20:56 EST


On Sat, Nov 26, 2016 at 07:29:57PM +0100, Borislav Petkov wrote:
> From: Borislav Petkov <bp@xxxxxxx>
>
> Fix:
>
> drivers/pci/host/vmd.c:731:12: warning: âvmd_suspendâ defined but not used [-Wunused-function]
> static int vmd_suspend(struct device *dev)
> ^
> drivers/pci/host/vmd.c:739:12: warning: âvmd_resumeâ defined but not used [-Wunused-function]
> static int vmd_resume(struct device *dev)
> ^
>
> Signed-off-by: Borislav Petkov <bp@xxxxxxx>

Thanks for the fix.

Reviewed-by: Keith Busch <keith.busch@xxxxxxxxx>