From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756765AbaIWUNd (ORCPT ); Tue, 23 Sep 2014 16:13:33 -0400 Received: from mail-la0-f47.google.com ([209.85.215.47]:36634 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753090AbaIWUNb (ORCPT ); Tue, 23 Sep 2014 16:13:31 -0400 MIME-Version: 1.0 In-Reply-To: <20140923130128.79f5931ac03dbb31f53be805@linux-foundation.org> References: <5420b8b0.9HdYLyyuTikszzH8%akpm@linux-foundation.org> <20140923190222.GA4662@roeck-us.net> <20140923130128.79f5931ac03dbb31f53be805@linux-foundation.org> Date: Tue, 23 Sep 2014 17:13:29 -0300 Message-ID: Subject: Re: mmotm 2014-09-22-16-57 uploaded From: Fabio Estevam To: Andrew Morton Cc: Guenter Roeck , linux-kernel , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, "linux-next@vger.kernel.org" , Stephen Rothwell , mhocko@suse.cz, Naoya Horiguchi , Sasha Levin , Anish Bhatt , David Miller , Fabio Estevam Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 23, 2014 at 5:01 PM, Andrew Morton wrote: >> arm:imx_v6_v7_defconfig >> arm:imx_v4_v5_defconfig >> >> drivers/media/platform/coda/coda-bit.c: In function 'coda_fill_bitstream': >> drivers/media/platform/coda/coda-bit.c:231:4: error: implicit declaration of function 'kmalloc' >> drivers/media/platform/coda/coda-bit.c: In function 'coda_alloc_framebuffers': >> drivers/media/platform/coda/coda-bit.c:312:3: error: implicit declaration of function 'kfree' > > That's odd - it includes slab.h. Cc Fabio. linux-next 20140923 has commit c0aaf696d45e2a72 which included slab.h and fixed these errors.