]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
btrfs: remove unused hardirq.h
authorYang Shi <yang.s@alibaba-inc.com>
Fri, 17 Nov 2017 23:02:16 +0000 (07:02 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Mar 2018 13:09:35 +0000 (15:09 +0200)
Preempt counter APIs have been split out, currently, hardirq.h just
includes irq_enter/exit APIs which are not used by btrfs at all.

So, remove the unused hardirq.h.

Signed-off-by: Yang Shi <yang.s@alibaba-inc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_map.c

index d3bd02105d1c47ef182c9533f94285eb1d560533..c80dea7c69af090ec67aacce60185f6f69b8a1d2 100644 (file)
@@ -2,7 +2,6 @@
 #include <linux/err.h>
 #include <linux/slab.h>
 #include <linux/spinlock.h>
-#include <linux/hardirq.h>
 #include "ctree.h"
 #include "extent_map.h"
 #include "compression.h"