On Sat, Nov 26, 2016 at 07:29:57PM +0100, Borislav Petkov wrote: > From: Borislav Petkov <[email protected]> > > 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 <[email protected]>
Thanks for the fix. Reviewed-by: Keith Busch <[email protected]>

