The patch titled Subject: include/linux/radix-tree.h: remove unneeded #include <linux/bug.h> has been added to the -mm tree. Its filename is radix-tree-remove-unneeded-include-linux-bugh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/radix-tree-remove-unneeded-include-linux-bugh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/radix-tree-remove-unneeded-include-linux-bugh.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> Subject: include/linux/radix-tree.h: remove unneeded #include <linux/bug.h> This include was added by 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, 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>. Link: http://lkml.kernel.org/r/1505660151-4383-1-git-send-email-yamada.masahiro@xxxxxxxxxxxxx Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> Cc: Matthew Wilcox <mawilcox@xxxxxxxxxxxxx> Cc: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> Cc: Jan Kara <jack@xxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Chris Mi <chrism@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/radix-tree.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/radix-tree.h~radix-tree-remove-unneeded-include-linux-bugh include/linux/radix-tree.h --- a/include/linux/radix-tree.h~radix-tree-remove-unneeded-include-linux-bugh +++ a/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> _ Patches currently in -mm which might be from yamada.masahiro@xxxxxxxxxxxxx are bitfieldh-remove-32bit-from-field_get-comment-block.patch bitfieldh-include-linux-build_bugh-instead-of-linux-bugh.patch radix-tree-remove-unneeded-include-linux-bugh.patch init-version-include-linux-exporth-instead-of-linux-moduleh.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html