mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 12:46:17 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue