From: Yang Shi Date: Fri, 17 Nov 2017 23:02:17 +0000 (+0800) Subject: vfs: remove unused hardirq.h X-Git-Tag: v4.16-rc1~121^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9c5650359a1e7fc21e191fdc087f31154ce27ae2;p=uclinux-h8%2Flinux.git vfs: 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 vfs at all. So, remove the unused hardirq.h. Signed-off-by: Yang Shi Cc: Alexander Viro Signed-off-by: Al Viro --- diff --git a/fs/dcache.c b/fs/dcache.c index 5c7df1df81ff..b99a39206930 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include diff --git a/fs/file_table.c b/fs/file_table.c index 2dc9f38bd195..7ec0b3e5f05d 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include