On 2/14/18 3:18 PM, Greg Rose wrote:
From: Yang Shi <[email protected]>

Upstream commit:
     commit 419091f1cc8afce943fd12af0df26201ee20c1c0
     Author: Yang Shi <[email protected]>
     Date:   Tue Jan 9 03:52:53 2018 +0800

     net: ovs: remove unused hardirq.h

     Preempt counter APIs have been split out, currently, hardirq.h just
     includes irq_enter/exit APIs which are not used by openvswitch at all.

     So, remove the unused hardirq.h.

     Signed-off-by: Yang Shi <[email protected]>
     Acked-by: Pravin B Shelar <[email protected]>
     Cc: "David S. Miller" <[email protected]>
     Cc: [email protected]
     Signed-off-by: David S. Miller <[email protected]>

Cc: Yang Shi <[email protected]>


Acked-by: Yang Shi <[email protected]>


Signed-off-by: Greg Rose <[email protected]>
---
  datapath/vport-internal_dev.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/datapath/vport-internal_dev.c b/datapath/vport-internal_dev.c
index 9bb8751..f48684b 100644
--- a/datapath/vport-internal_dev.c
+++ b/datapath/vport-internal_dev.c
@@ -16,7 +16,6 @@
   * 02110-1301, USA
   */
-#include <linux/hardirq.h>
  #include <linux/if_vlan.h>
  #include <linux/kernel.h>
  #include <linux/netdevice.h>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to