Commit 419091f1 authored by Yang Shi's avatar Yang Shi Committed by David S. Miller

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: default avatarYang Shi <yang.s@alibaba-inc.com>
Acked-by: default avatarPravin B Shelar <pshelar@ovn.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: dev@openvswitch.org
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 373372b3
......@@ -16,7 +16,6 @@
* 02110-1301, USA
*/
#include <linux/hardirq.h>
#include <linux/if_vlan.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment