From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 16 Nov 2018 13:28:13 +0100 From: Petr Tesarik Subject: Re: [PATCH 1/1] s390: vfio-ap: include for test_facility() Message-ID: <20181116132813.1da70c98@ezekiel.suse.cz> In-Reply-To: <20181116132033.454ee131@oc0155643701> References: <20181116114748.590dfb45@ezekiel.suse.cz> <20181116132033.454ee131@oc0155643701> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Halil Pasic Cc: Tony Krowiak , Pierre Morel , Harald Freudenberger , Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Christian Borntraeger List-ID: On Fri, 16 Nov 2018 13:20:33 +0100 Halil Pasic wrote: > On Fri, 16 Nov 2018 11:47:48 +0100 > Petr Tesarik wrote: > > > The driver uses test_facility(), but does not include the > > corresponding include file explicitly. The driver currently builds > > only thanks to the following include chain: > > > > vfio_ap_drv.c > > > > > > > > > > > > > > > > Files should not rely on such fragile implicit includes. > > > > Signed-off-by: Petr Tesarik > > --- > > drivers/s390/crypto/vfio_ap_drv.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/s390/crypto/vfio_ap_drv.c > > b/drivers/s390/crypto/vfio_ap_drv.c index 7667b38728f0..31c6c847eaca > > 100644 --- a/drivers/s390/crypto/vfio_ap_drv.c > > +++ b/drivers/s390/crypto/vfio_ap_drv.c > > @@ -11,6 +11,7 @@ > > #include > > #include > > #include > > +#include > > #include "vfio_ap_private.h" > > > > #define VFIO_AP_ROOT_NAME "vfio_ap" > > Applied. Is going to go via Martins S390 tree. Thank you for the quick turnaround. Petr Tesarik SUSE HW Enablement Team