diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-05-08 21:40:27 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-11 02:45:09 -0400 |
commit | 5b323edbf9daf287fed50dcc63a85589ba24887b (patch) | |
tree | 417d937d9971ab684662bdc7d9ce8ed7474b1655 /net/mac80211 | |
parent | 294cc44b7e48a6e7732499eebcf409b231460d8e (diff) |
[MAC80211]: include <linux/delay.h> instead of <asm/delay.h>
| 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 <geert@linux-m68k.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/ieee80211_sta.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
17 | * scan result table filtering (by capability (privacy, IBSS/BSS, WPA/RSN IE, | 17 | * scan result table filtering (by capability (privacy, IBSS/BSS, WPA/RSN IE, |
18 | * SSID) | 18 | * SSID) |
19 | */ | 19 | */ |
20 | #include <linux/delay.h> | ||
20 | #include <linux/if_ether.h> | 21 | #include <linux/if_ether.h> |
21 | #include <linux/skbuff.h> | 22 | #include <linux/skbuff.h> |
22 | #include <linux/netdevice.h> | 23 | #include <linux/netdevice.h> |
@@ -27,7 +28,6 @@ | |||
27 | #include <linux/rtnetlink.h> | 28 | #include <linux/rtnetlink.h> |
28 | #include <net/iw_handler.h> | 29 | #include <net/iw_handler.h> |
29 | #include <asm/types.h> | 30 | #include <asm/types.h> |
30 | #include <asm/delay.h> | ||
31 | 31 | ||
32 | #include <net/mac80211.h> | 32 | #include <net/mac80211.h> |
33 | #include "ieee80211_i.h" | 33 | #include "ieee80211_i.h" |