mirror of https://gitee.com/openkylin/linux.git
b43/nphy.c: include headers to avoid build breakage on some platforms
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
73738001ac
commit
819d772b0c
|
@ -22,6 +22,9 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <linux/delay.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include "b43.h"
|
||||
#include "nphy.h"
|
||||
#include "tables_nphy.h"
|
||||
|
|
Loading…
Reference in New Issue