Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754025AbaD1ILx (ORCPT ); Mon, 28 Apr 2014 04:11:53 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:35450 "EHLO e06smtp15.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751157AbaD1ILu (ORCPT ); Mon, 28 Apr 2014 04:11:50 -0400 Date: Mon, 28 Apr 2014 10:11:45 +0200 From: Heiko Carstens To: Jeff Mahoney Cc: Linux Kernel Maling List , Sebastian Ott , Gerald Schaefer , Martin Schwidefsky Subject: Re: [PATCH] s390: add slab.h for kzalloc/kfree Message-ID: <20140428081145.GB4337@osiris> References: <535D782F.3020801@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <535D782F.3020801@suse.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14042808-0342-0000-0000-000008942CD7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 27, 2014 at 05:35:43PM -0400, Jeff Mahoney wrote: > This fixes: > arch/s390/appldata/appldata_mem.c:135:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration] > arch/s390/appldata/appldata_mem.c:141:3: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration] > > Signed-off-by: Jeff Mahoney > --- > arch/s390/appldata/appldata_mem.c | 1 + > 1 file changed, 1 insertion(+) > > --- a/arch/s390/appldata/appldata_mem.c > +++ b/arch/s390/appldata/appldata_mem.c > @@ -13,6 +13,7 @@ > #include > #include > #include > +#include > #include Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/