linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 2/2] v4l: vsp1: Add missing #include <linux/slab.h>
Date: Mon, 11 Jan 2016 18:43:15 +0000	[thread overview]
Message-ID: <CAMuHMdWhubiVBJ_-61r8Hk-vaZzQ4RGVs0Nw4TZ8gGaUc7KyHQ@mail.gmail.com> (raw)
In-Reply-To: <1452536727-19538-2-git-send-email-geert+renesas@glider.be>

Hi Laurent,

On Mon, Jan 11, 2016 at 7:27 PM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> On Monday 11 January 2016 19:25:27 Geert Uytterhoeven wrote:
>> If CONFIG_SPI=n:
>>
>> drivers/media/platform/vsp1/vsp1_dl.c: In function 'vsp1_dl_create':
>> drivers/media/platform/vsp1/vsp1_dl.c:271:2: error: implicit declaration of
>> function 'kzalloc' [-Werror=implicit-function-declaration] dl >> kzalloc(sizeof(*dl), GFP_KERNEL);
>>   ^
>> drivers/media/platform/vsp1/vsp1_dl.c:271:5: warning: assignment makes
>> pointer from integer without a cast dl = kzalloc(sizeof(*dl), GFP_KERNEL);
>>      ^
>> drivers/media/platform/vsp1/vsp1_dl.c:283:3: error: implicit declaration of
>> function 'kfree' [-Werror=implicit-function-declaration] kfree(dl);
>>    ^
>>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> I have this in my tree already.

OK.

I had checked http://git.linuxtv.org//pinchartl/media.git/, but didn't see a
new tag ;-)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

      parent reply	other threads:[~2016-01-11 18:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-11 18:25 [PATCH 2/2] v4l: vsp1: Add missing #include <linux/slab.h> Geert Uytterhoeven
2016-01-11 18:27 ` Laurent Pinchart
2016-01-11 18:43 ` Geert Uytterhoeven [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMuHMdWhubiVBJ_-61r8Hk-vaZzQ4RGVs0Nw4TZ8gGaUc7KyHQ@mail.gmail.com \
    --to=geert@linux-m68k.org \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).