From: Jiri Pirko Date: Sun, 24 Mar 2019 10:14:25 +0000 (+0100) Subject: bnxt: add missing net/devlink.h include X-Git-Tag: v5.2-rc1~133^2~315^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=477edb7806b652043750aa33c584b9838a7c2123;p=thirdparty%2Fkernel%2Flinux.git bnxt: add missing net/devlink.h include devlink functions are in use, so include the related header file. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c b/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c index e1feb97bcd81a..ecb328ee8f5c4 100644 --- a/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c +++ b/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c @@ -9,6 +9,7 @@ #include #include +#include #include "bnxt_hsi.h" #include "bnxt.h" #include "bnxt_vfr.h"