diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-05-10 05:12:31 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-14 16:29:49 -0400 |
commit | 7a1d65235da829e6dc8938b82c991e40e278fc50 (patch) | |
tree | 4c3aefc5727a3ebd5ca2f7fff90e95e6ee881737 /drivers | |
parent | 2940bb69fd84047e78fdb1868a8b894df5584255 (diff) |
b43: nphy.c remove duplicated include
Remove duplicated include <linux/delay.h> in
drivers/net/wireless/b43/nphy.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/b43/nphy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/nphy.c b/drivers/net/wireless/b43/nphy.c index 8695eb223476..644eed993bea 100644 --- a/drivers/net/wireless/b43/nphy.c +++ b/drivers/net/wireless/b43/nphy.c | |||
@@ -29,8 +29,6 @@ | |||
29 | #include "nphy.h" | 29 | #include "nphy.h" |
30 | #include "tables_nphy.h" | 30 | #include "tables_nphy.h" |
31 | 31 | ||
32 | #include <linux/delay.h> | ||
33 | |||
34 | 32 | ||
35 | void b43_nphy_set_rxantenna(struct b43_wldev *dev, int antenna) | 33 | void b43_nphy_set_rxantenna(struct b43_wldev *dev, int antenna) |
36 | {//TODO | 34 | {//TODO |