[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1505660151-4383-1-git-send-email-yamada.masahiro@socionext.com>
Date: Sun, 17 Sep 2017 23:55:51 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Matthew Wilcox <mawilcox@...rosoft.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Jan Kara <jack@...e.cz>, linux-kernel@...r.kernel.org,
Johannes Weiner <hannes@...xchg.org>,
Chris Mi <chrism@...lanox.com>
Subject: [PATCH] radix-tree: remove unneeded #include <linux/bug.h>
This include was added by commit 187f1882b5b0 ("BUG: headers with
BUG/BUG_ON etc. need linux/bug.h") because BUG_ON() was used in
this header at that time.
Some time later, commit 6d75f366b924 ("lib: radix-tree: check
accounting of existing slot replacement users") removed the use of
BUG_ON() from this header.
Since then, there is no reason to include <linux/bug.h>.
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
include/linux/radix-tree.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h
index 567ebb5eaab0..8212e856a736 100644
--- a/include/linux/radix-tree.h
+++ b/include/linux/radix-tree.h
@@ -22,7 +22,6 @@
#define _LINUX_RADIX_TREE_H
#include <linux/bitops.h>
-#include <linux/bug.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/preempt.h>
--
2.7.4
Powered by blists - more mailing lists