diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-08-29 20:27:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-05 16:17:43 -0400 |
commit | 3d0da7516441d41dbfcc2b2667d9b792d580e50b (patch) | |
tree | 7df000ba564c88f215acdf31a47c2d8b7e9e8378 /drivers/net/wireless/b43/main.c | |
parent | 99c4a780624da24d20309f2be5abe5ef8d20fcc0 (diff) |
b43: Move code from nphy.* to phy_n.*
Sourcecode files for PHY code are named by phy_XXX.{c,h}
where XXX is the PHY type.
Move the N-PHY code to match the other files.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/main.c')
-rw-r--r-- | drivers/net/wireless/b43/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c index 2d915c1a82a1..fda9492d5884 100644 --- a/drivers/net/wireless/b43/main.c +++ b/drivers/net/wireless/b43/main.c | |||
@@ -46,7 +46,7 @@ | |||
46 | #include "debugfs.h" | 46 | #include "debugfs.h" |
47 | #include "phy_common.h" | 47 | #include "phy_common.h" |
48 | #include "phy_g.h" | 48 | #include "phy_g.h" |
49 | #include "nphy.h" | 49 | #include "phy_n.h" |
50 | #include "dma.h" | 50 | #include "dma.h" |
51 | #include "pio.h" | 51 | #include "pio.h" |
52 | #include "sysfs.h" | 52 | #include "sysfs.h" |