Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752813AbaD0Vfy (ORCPT ); Sun, 27 Apr 2014 17:35:54 -0400 Received: from cantor2.suse.de ([195.135.220.15]:45734 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751504AbaD0Vfo (ORCPT ); Sun, 27 Apr 2014 17:35:44 -0400 Message-ID: <535D782F.3020801@suse.com> Date: Sun, 27 Apr 2014 17:35:43 -0400 From: Jeff Mahoney User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Linux Kernel Maling List , Sebastian Ott , Gerald Schaefer , Martin Schwidefsky Subject: [PATCH] s390: add slab.h for kzalloc/kfree X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 #include "appldata.h" -- Jeff Mahoney SUSE Labs -- 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/