From: "Yang Shi" Subject: [PATCH 4/8] vfs: remove unused hardirq.h Date: Sat, 18 Nov 2017 07:02:17 +0800 Message-ID: <1510959741-31109-4-git-send-email-yang.s@alibaba-inc.com> References: <1510959741-31109-1-git-send-email-yang.s@alibaba-inc.com> Cc: , , , , "Yang Shi" , "Alexander Viro" To: linux-kernel@vger.kernel.org Return-path: In-Reply-To: <1510959741-31109-1-git-send-email-yang.s@alibaba-inc.com> Sender: owner-linux-mm@kvack.org List-Id: linux-crypto.vger.kernel.org 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 --- fs/dcache.c | 1 - fs/file_table.c | 1 - 2 files changed, 2 deletions(-) diff --git a/fs/dcache.c b/fs/dcache.c index f901413..9340e8c 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 61517f5..dab099e 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include -- 1.8.3.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org