1
0
Fork 0

b43/nphy.c: include headers to avoid build breakage on some platforms

Signed-off-by: John W. Linville <linville@tuxdriver.com>
hifive-unleashed-5.1
John W. Linville 2008-01-17 16:57:10 -05:00 committed by David S. Miller
parent 73738001ac
commit 819d772b0c
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
*/
#include <linux/delay.h>
#include <linux/types.h>
#include "b43.h"
#include "nphy.h"
#include "tables_nphy.h"