Skip to content

Commit

Permalink
b43/nphy.c: include headers to avoid build breakage on some platforms
Browse files Browse the repository at this point in the history
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
John W. Linville authored and David S. Miller committed Jan 28, 2008
1 parent 7373800 commit 819d772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/wireless/b43/nphy.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
*/

#include <linux/delay.h>
#include <linux/types.h>

#include "b43.h"
#include "nphy.h"
#include "tables_nphy.h"
Expand Down

0 comments on commit 819d772

Please sign in to comment.