diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-01-17 21:57:10 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 23:10:13 (GMT) |
commit | 819d772b0ceddebb5b4907d5aa5505c99aec985b (patch) | |
tree | 97f605f99262d41249b99116424dfc3254269f51 /drivers | |
parent | 73738001ac8fb1d006157e9ce89458a135c7571f (diff) | |
download | linux-819d772b0ceddebb5b4907d5aa5505c99aec985b.tar.xz |
b43/nphy.c: include headers to avoid build breakage on some platforms
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/b43/nphy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/nphy.c b/drivers/net/wireless/b43/nphy.c index 96a052e..0b421b1 100644 --- a/drivers/net/wireless/b43/nphy.c +++ b/drivers/net/wireless/b43/nphy.c @@ -22,6 +22,9 @@ */ +#include <linux/delay.h> +#include <linux/types.h> + #include "b43.h" #include "nphy.h" #include "tables_nphy.h" |