Skip to content

Commit

Permalink
net: ovs: remove unused hardirq.h
Browse files Browse the repository at this point in the history
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 <yang.s@alibaba-inc.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: dev@openvswitch.org
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Yang Shi authored and David S. Miller committed Jan 9, 2018
1 parent 373372b commit 419091f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/openvswitch/vport-internal_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* 02110-1301, USA
*/

#include <linux/hardirq.h>
#include <linux/if_vlan.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
Expand Down

0 comments on commit 419091f

Please sign in to comment.