From: Geert Uytterhoeven Date: Wed, 9 May 2007 01:40:27 +0000 (-0700) Subject: [MAC80211]: include instead of X-Git-Tag: v2.6.22-rc1~34^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5b323edbf9daf287fed50dcc63a85589ba24887b;p=karo-tx-linux.git [MAC80211]: include instead of | 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.) Signed-off-by: Geert Uytterhoeven Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c index 822917debeff..3e07e9d6fa42 100644 --- a/net/mac80211/ieee80211_sta.c +++ b/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"