Blame SOURCES/0004-netdrv-bnxt-add-missing-net-devlink.h-include.patch

f95c89
From 67688aa4d866e8db3ce8ffcece88dfce0615291b Mon Sep 17 00:00:00 2001
f95c89
From: Petr Oros <poros@redhat.com>
f95c89
Date: Thu, 5 Sep 2019 10:00:59 -0400
f95c89
Subject: [PATCH 04/96] [netdrv] bnxt: add missing net/devlink.h include
f95c89
f95c89
Message-id: <53e744a37a2f5e808c071e9b3f668df45dde6438.1567595345.git.poros@redhat.com>
f95c89
Patchwork-id: 270938
f95c89
O-Subject: [RHEL8.2 net PATCH 03/15] bnxt: add missing net/devlink.h include
f95c89
Bugzilla: 1737133
f95c89
RH-Acked-by: Jonathan Toppins <jtoppins@redhat.com>
f95c89
RH-Acked-by: Neil Horman <nhorman@redhat.com>
f95c89
RH-Acked-by: John Linville <linville@redhat.com>
f95c89
RH-Acked-by: Ivan Vecera <ivecera@redhat.com>
f95c89
f95c89
Bugzilla: http://bugzilla.redhat.com/show_bug.cgi?id=1737133
f95c89
f95c89
Upstream commit(s):
f95c89
commit 477edb7806b652043750aa33c584b9838a7c2123
f95c89
Author: Jiri Pirko <jiri@mellanox.com>
f95c89
Date:   Sun Mar 24 11:14:25 2019 +0100
f95c89
f95c89
    bnxt: add missing net/devlink.h include
f95c89
f95c89
    devlink functions are in use, so include the related header file.
f95c89
f95c89
    Signed-off-by: Jiri Pirko <jiri@mellanox.com>
f95c89
    Signed-off-by: David S. Miller <davem@davemloft.net>
f95c89
f95c89
Signed-off-by: Petr Oros <poros@redhat.com>
f95c89
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
f95c89
Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
f95c89
---
f95c89
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c | 1 +
f95c89
 1 file changed, 1 insertion(+)
f95c89
f95c89
Index: src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
f95c89
===================================================================
f95c89
--- src.orig/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c	2020-02-06 16:23:11.278553834 +0100
f95c89
+++ src/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c	2020-02-06 16:23:11.413552595 +0100
f95c89
@@ -9,6 +9,7 @@
f95c89
 
f95c89
 #include <linux/pci.h>
f95c89
 #include <linux/netdevice.h>
f95c89
+#include <net/devlink.h>
f95c89
 #include "bnxt_hsi.h"
f95c89
 #include "bnxt.h"
f95c89
 #include "bnxt_vfr.h"