b43/nphy.c: include headers to avoid build breakage on some platforms
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 17 Jan 2008 21:57:10 +0000 (16:57 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:13 +0000 (15:10 -0800)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/nphy.c

index 96a052e..0b421b1 100644 (file)
@@ -22,6 +22,9 @@
 
 */
 
+#include <linux/delay.h>
+#include <linux/types.h>
+
 #include "b43.h"
 #include "nphy.h"
 #include "tables_nphy.h"