[MAC80211]: include <linux/delay.h> instead of <asm/delay.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 9 May 2007 01:40:27 +0000 (18:40 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 11 May 2007 06:45:09 +0000 (23:45 -0700)
commit5b323edbf9daf287fed50dcc63a85589ba24887b
tree417d937d9971ab684662bdc7d9ce8ed7474b1655
parent294cc44b7e48a6e7732499eebcf409b231460d8e
[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>
net/mac80211/ieee80211_sta.c