From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752733Ab0AZI5Q (ORCPT ); Tue, 26 Jan 2010 03:57:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751924Ab0AZI5L (ORCPT ); Tue, 26 Jan 2010 03:57:11 -0500 Received: from mail-ew0-f219.google.com ([209.85.219.219]:37085 "EHLO mail-ew0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750756Ab0AZI5H (ORCPT ); Tue, 26 Jan 2010 03:57:07 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; b=SWxSg201fOlklvhLMeVz6d9ea9YvNLJQMJZOjrRB2kB2qUPFL36G11L8KLLELJ+YNI Edrz9RrISQ87Lgq0qZLxNap7hlibpEAoPu8/MdKVtbG2+0yuSc3IWSSBjvJjuOkdNyZN XxwAkcBcEmtXiQ774OFMoPRhQ01u1GjAeO4hI= MIME-Version: 1.0 Date: Tue, 26 Jan 2010 09:57:05 +0100 X-Google-Sender-Auth: c84f53fd5ccc87a8 Message-ID: <10f740e81001260057h37f3494dvefa3a37b2e1453a5@mail.gmail.com> Subject: drivers/net/ariadne.c:165: error: 'set_multicast_list' undeclared here (not in a function) From: Geert Uytterhoeven To: Alexey Dobriyan , "David S. Miller" Cc: Linux-Next , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org http://kisskb.ellerman.id.au/kisskb/buildresult/2076964/ drivers/net/ariadne.c:165: error: 'set_multicast_list' undeclared here (not in a function) Seems to be broken by: commit a271623f871dda970319ca15dfad3a8c8c36249f Author: Alexey Dobriyan Date: Fri Jan 22 10:13:10 2010 +0000 netdev: remove certain HAVE_ macros After netdev_ops compat code HAVE_* macros aren't needed, in fact they _will_ result in compile breakage for out of tree drivers. Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: drivers/net/ariadne.c:165: error: 'set_multicast_list' undeclared here (not in a function) Date: Tue, 26 Jan 2010 09:57:05 +0100 Message-ID: <10f740e81001260057h37f3494dvefa3a37b2e1453a5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Linux-Next , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Alexey Dobriyan , "David S. Miller" Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org http://kisskb.ellerman.id.au/kisskb/buildresult/2076964/ drivers/net/ariadne.c:165: error: 'set_multicast_list' undeclared here (not in a function) Seems to be broken by: commit a271623f871dda970319ca15dfad3a8c8c36249f Author: Alexey Dobriyan Date: Fri Jan 22 10:13:10 2010 +0000 netdev: remove certain HAVE_ macros After netdev_ops compat code HAVE_* macros aren't needed, in fact they _will_ result in compile breakage for out of tree drivers. Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller 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