The patch titled i2c-at91: compile fix (IS_ERR) has been removed from the -mm tree. Its filename was fix-jdelvare-i2c-i2c-at91-support-new-style-binding.patch This patch was dropped because it isn't in the present -mm lineup ------------------------------------------------------ Subject: i2c-at91: compile fix (IS_ERR) From: Alexey Dobriyan <adobriyan@xxxxxxxxx> CC drivers/i2c/busses/i2c-at91.o drivers/i2c/busses/i2c-at91.c: In function 'at91_i2c_probe': drivers/i2c/busses/i2c-at91.c:213: warning: implicit declaration of function 'IS_ERR' Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/i2c/busses/i2c-at91.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/i2c/busses/i2c-at91.c~fix-jdelvare-i2c-i2c-at91-support-new-style-binding drivers/i2c/busses/i2c-at91.c --- a/drivers/i2c/busses/i2c-at91.c~fix-jdelvare-i2c-i2c-at91-support-new-style-binding +++ a/drivers/i2c/busses/i2c-at91.c @@ -16,6 +16,7 @@ #include <linux/module.h> #include <linux/version.h> #include <linux/kernel.h> +#include <linux/err.h> #include <linux/slab.h> #include <linux/types.h> #include <linux/delay.h> _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch nfs-fix-oops-re-sysctls-and-v4-support.patch ifdef-struct-task_structsecurity.patch faster-ext2_clear_inode.patch fs-proc-mmuc-headers-butchery.patch remove-sysctlh-from-fsh.patch epcac-reformat-comments-and-coding-style-improvements.patch shrink-struct-task_structoomkilladj.patch remove-struct-task_structio_wait.patch revert-faster-ext2_clear_inode.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