The patch titled Subject: autofs4: fix string.h include in auto_dev-ioctl.h has been removed from the -mm tree. Its filename was autofs4-fix-stringh-include-in-auto_dev-ioctlh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Ian Kent <raven@xxxxxxxxxx> Subject: autofs4: fix string.h include in auto_dev-ioctl.h Since including linux/string.h will now do the right thing remove the conditional check. Signed-off-by: Ian Kent <raven@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/auto_dev-ioctl.h | 5 ----- 1 file changed, 5 deletions(-) diff -puN include/linux/auto_dev-ioctl.h~autofs4-fix-stringh-include-in-auto_dev-ioctlh include/linux/auto_dev-ioctl.h --- a/include/linux/auto_dev-ioctl.h~autofs4-fix-stringh-include-in-auto_dev-ioctlh +++ a/include/linux/auto_dev-ioctl.h @@ -11,12 +11,7 @@ #define _LINUX_AUTO_DEV_IOCTL_H #include <linux/auto_fs.h> - -#ifdef __KERNEL__ #include <linux/string.h> -#else -#include <string.h> -#endif /* __KERNEL__ */ #define AUTOFS_DEVICE_NAME "autofs" _ Patches currently in -mm which might be from raven@xxxxxxxxxx are -- 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