From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw Date: Mon, 18 Dec 2017 09:49:48 +0100 Message-ID: <20171218094948.13f3f1ba.cohuck@redhat.com> References: <201712171200.w6OAf5Jm%fengguang.wu@intel.com> <20171218083706.223836-1-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Halil Pasic , linux-s390@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, Thomas Huth , kbuild-all@01.org, kbuild test robot To: Christian Borntraeger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38806 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757897AbdLRItw (ORCPT ); Mon, 18 Dec 2017 03:49:52 -0500 In-Reply-To: <20171218083706.223836-1-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, 18 Dec 2017 09:37:06 +0100 Christian Borntraeger wrote: > We need to disable the pm callbacks if CONFIG_PM is not set. > > Signed-off-by: Christian Borntraeger > --- > Cornelia, you might want to squash this into the original commit. Thanks, will do. > > drivers/s390/virtio/virtio_ccw.c | 4 ++++ > 1 file changed, 4 insertions(+)