From: John W. Linville <linville@tuxdriver.com> Date: Thu, 17 Jan 2008 21:57:10 +0000 (-0500) Subject: b43/nphy.c: include headers to avoid build breakage on some platforms X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=819d772b0ceddebb5b4907d5aa5505c99aec985b;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git b43/nphy.c: include headers to avoid build breakage on some platforms Signed-off-by: John W. Linville <linville@tuxdriver.com> --- diff --git a/drivers/net/wireless/b43/nphy.c b/drivers/net/wireless/b43/nphy.c index 96a052ea4cf7..0b421b120a1a 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"