From: Luis R. Rodriguez Date: Tue, 24 Apr 2012 02:58:50 +0000 (-0700) Subject: ath6kl: include in.h explicitly X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1560ac7d304fdbe603e2fe9cf9564dc81dcccc98;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ath6kl: include in.h explicitly Do not assume anyone before us includes it for us. Signed-off-by: Luis R. Rodriguez Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath6kl/wmi.c b/drivers/net/wireless/ath/ath6kl/wmi.c index 2eb771aa88f3..bb802e49919c 100644 --- a/drivers/net/wireless/ath/ath6kl/wmi.c +++ b/drivers/net/wireless/ath/ath6kl/wmi.c @@ -16,6 +16,7 @@ */ #include +#include #include "core.h" #include "debug.h" #include "testmode.h"