The patch titled include/linux/netfilter_bridge.h: header cleanup has been added to the -mm tree. Its filename is include-linux-netfilter_bridgeh-header-cleanup.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: include/linux/netfilter_bridge.h: header cleanup From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Header doesn't use anything from atomic.h. It fixes headers_check warning: include/linux/netfilter_bridge.h requires asm/atomic.h, which does not exist Compile tested on alpha arm i386-up sparc sparc64-up x86_64 alpha-up i386 sparc64 sparc-up x86_64-up Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/netfilter_bridge.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/netfilter_bridge.h~include-linux-netfilter_bridgeh-header-cleanup include/linux/netfilter_bridge.h --- a/include/linux/netfilter_bridge.h~include-linux-netfilter_bridgeh-header-cleanup +++ a/include/linux/netfilter_bridge.h @@ -6,7 +6,6 @@ #include <linux/netfilter.h> #if defined(__KERNEL__) && defined(CONFIG_BRIDGE_NETFILTER) -#include <asm/atomic.h> #include <linux/if_ether.h> #endif _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are include-linux-netfilter_bridgeh-header-cleanup.patch megaraid-fix-warnings-when-config_proc_fs=n.patch git-xfs.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.patch ioctl-messtxt-xfs-typos.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