The patch titled kill #include "linux/config.h" has been added to the -mm tree. Its filename is kill-include-linux-configh-ia64.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: kill #include "linux/config.h" From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> config.h is obsolete. This patch removes all #include "linux/config.h". Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/ia64/kernel/relocate_kernel.S | 1 - 1 file changed, 1 deletion(-) diff -puN arch/ia64/kernel/relocate_kernel.S~kill-include-linux-configh-ia64 arch/ia64/kernel/relocate_kernel.S --- a/arch/ia64/kernel/relocate_kernel.S~kill-include-linux-configh-ia64 +++ a/arch/ia64/kernel/relocate_kernel.S @@ -10,7 +10,6 @@ * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ -#include <linux/config.h> #include <asm/asmmacro.h> #include <asm/kregs.h> #include <asm/page.h> _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are kill-include-linux-configh-ia64.patch drivers-scsi-pcmcia-nsp_csh-removal-of-old.patch fs-xfs-xfs_dmapih-removal-of-old-code.patch kill-include-linux-configh-touchkit.patch kill-include-linux-configh-tiacx.patch kill-include-linux-configh-edac.patch kill-include-linux-configh-fscache.patch kill-include-linux-configh-reiser4.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