Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111402
b: refs/heads/master
c: 3d0da75
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Sep 5, 2008
1 parent 65d0c8e commit adaaa3d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99c4a780624da24d20309f2be5abe5ef8d20fcc0
refs/heads/master: 3d0da7516441d41dbfcc2b2667d9b792d580e50b
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ b43-$(CONFIG_B43_NPHY) += tables_nphy.o
b43-y += phy_common.o
b43-y += phy_g.o
b43-y += phy_a.o
b43-$(CONFIG_B43_NPHY) += nphy.o
b43-$(CONFIG_B43_NPHY) += phy_n.o
b43-y += sysfs.o
b43-y += xmit.o
b43-y += lo.o
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "debugfs.h"
#include "phy_common.h"
#include "phy_g.h"
#include "nphy.h"
#include "phy_n.h"
#include "dma.h"
#include "pio.h"
#include "sysfs.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/phy_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "phy_common.h"
#include "phy_g.h"
#include "phy_a.h"
#include "nphy.h"
#include "phy_n.h"
#include "b43.h"
#include "main.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <linux/types.h>

#include "b43.h"
#include "nphy.h"
#include "phy_n.h"
#include "tables_nphy.h"


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/tables_nphy.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "b43.h"
#include "tables_nphy.h"
#include "phy_common.h"
#include "nphy.h"
#include "phy_n.h"


struct b2055_inittab_entry {
Expand Down

0 comments on commit adaaa3d

Please sign in to comment.