From 5d8adee5cdfc4a65cbdc264c992f97a42494b900 Mon Sep 17 00:00:00 2001 From: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: Wed, 20 Jan 2021 22:09:35 +0100 Subject: [PATCH] libwifi: broadcom: use SDK headers Instead of broadcom.h use SDK headers. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> --- bcm/bcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcm/bcm.c b/bcm/bcm.c index 222db02..59f00c9 100644 --- a/bcm/bcm.c +++ b/bcm/bcm.c @@ -35,7 +35,7 @@ #include <linux/mii.h> #include "easy.h" -#include "ethernet.h" +#include "../ethernet.h" #include "bcmswapitypes.h" #include "bcmnet.h" -- GitLab