On Sat, Sep 6, 2014 at 5:32 PM, Guenter Roeck <[email protected]> wrote:
> I see the following build error on linux-next-20140905.
>
> Guenter
>
> ---
>
> Building alpha:allmodconfig ... failed
> Building sparc64:allmodconfig ... failed
>
> drivers/net/wireless/ath/ath5k/debug.c: In function 'open_file_eeprom':
> drivers/net/wireless/ath/ath5k/debug.c:933:2: error:
>         implicit declaration of function 'vmalloc' 
> [-Werror=implicit-function-declaration]
> drivers/net/wireless/ath/ath5k/debug.c:933:6: warning:
>         assignment makes pointer from integer without a cast [enabled by 
> default]
> drivers/net/wireless/ath/ath5k/debug.c:960:2: error:
>         implicit declaration of function 'vfree' 
> [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors

Missing #include <linux/vmalloc.h>?

> make[5]: *** [drivers/net/wireless/ath/ath5k/debug.o] Error 1
> make[4]: *** [drivers/net/wireless/ath/ath5k] Error 2
> make[3]: *** [drivers/net/wireless/ath] Error 2
>
> Bisect results:
>
> db906eb2101b0564b0c65edf4a8647395196342e is the first bad commit
> commit db906eb2101b0564b0c65edf4a8647395196342e
> Author: Jade Bilkey <[email protected]>
> Date:   Sat Aug 30 15:14:14 2014 -0400
>
> ath5k: added debugfs file for dumping eeprom
>
> Signed-off-by: Jade Bilkey <[email protected]>
> Signed-off-by: John W. Linville <[email protected]>




-- 
Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to