[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMxnaaV0PEphsdy0D8aptF8a0OHBDy4i=iOBiCdfBatNpQfSqw@mail.gmail.com>
Date: Fri, 20 Jun 2014 16:28:53 +0200
From: Andreas Noever <andreas.noever@...il.com>
To: Sachin Kamat <sachin.kamat@...sung.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Greg KH <gregkh@...uxfoundation.org>, spk.linux@...il.com
Subject: Re: [PATCH 1/6] thunderbolt: Fix build error in eeprom.c
The series looks good. Thanks a lot for fixing these.
On Fri, Jun 20, 2014 at 11:02 AM, Sachin Kamat <sachin.kamat@...sung.com> wrote:
> Fixes the below error:
> drivers/thunderbolt/eeprom.c:407:2: error: implicit declaration of function ‘kzalloc’ [-Werror=implicit-function-declaration]
> drivers/thunderbolt/eeprom.c:444:2: error: implicit declaration of function ‘kfree’ [-Werror=implicit-function-declaration]
>
> Signed-off-by: Sachin Kamat <sachin.kamat@...sung.com>
> ---
> drivers/thunderbolt/eeprom.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c
> index 0d5a80b2d07a..bc0449f581c2 100644
> --- a/drivers/thunderbolt/eeprom.c
> +++ b/drivers/thunderbolt/eeprom.c
> @@ -5,6 +5,7 @@
> */
>
> #include <linux/crc32.h>
> +#include <linux/slab.h>
> #include "tb.h"
>
> /**
> --
> 1.7.9.5
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists