From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753370AbXEFUh0 (ORCPT ); Sun, 6 May 2007 16:37:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753294AbXEFUh0 (ORCPT ); Sun, 6 May 2007 16:37:26 -0400 Received: from adicia.telenet-ops.be ([195.130.132.56]:42629 "EHLO adicia.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753144AbXEFUhY (ORCPT ); Sun, 6 May 2007 16:37:24 -0400 Date: Sun, 6 May 2007 22:37:17 +0200 (CEST) From: Geert Uytterhoeven To: Linus Torvalds , Andrew Morton , Jiri Benc , "John W. Linville" Cc: netdev@vger.kernel.org, Linux Kernel Development Subject: [PATCH] mac80211: include instead of Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org | CC net/mac80211/ieee80211_sta.o | In file included from linux/net/mac80211/ieee80211_sta.c:31: | include2/asm/delay.h: In function '__const_udelay': | include2/asm/delay.h:33: error: 'loops_per_jiffy' undeclared (first use in this function) | include2/asm/delay.h:33: error: (Each undeclared identifier is reported only once | include2/asm/delay.h:33: error: for each function it appears in.) mac80211: include instead of Signed-off-by: Geert Uytterhoeven --- net/mac80211/ieee80211_sta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-m68k-2.6.21.orig/net/mac80211/ieee80211_sta.c +++ linux-m68k-2.6.21/net/mac80211/ieee80211_sta.c @@ -17,6 +17,7 @@ * scan result table filtering (by capability (privacy, IBSS/BSS, WPA/RSN IE, * SSID) */ +#include #include #include #include @@ -27,7 +28,6 @@ #include #include #include -#include #include #include "ieee80211_i.h" 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