The patch titled arm-convert-proc-cpu-aligment-to-seq_file-fix has been removed from the -mm tree. Its filename was arm-convert-proc-cpu-aligment-to-seq_file-fix.patch This patch was dropped because it was folded into arm-convert-proc-cpu-aligment-to-seq_file.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: arm-convert-proc-cpu-aligment-to-seq_file-fix From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Fix compilation on some arm defconfigs due to THIS_MODULE by removing line. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mm/alignment.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/arm/mm/alignment.c~arm-convert-proc-cpu-aligment-to-seq_file-fix arch/arm/mm/alignment.c --- a/arch/arm/mm/alignment.c~arm-convert-proc-cpu-aligment-to-seq_file-fix +++ a/arch/arm/mm/alignment.c @@ -128,7 +128,6 @@ static ssize_t alignment_proc_write(stru } static const struct file_operations alignment_proc_fops = { - .owner = THIS_MODULE, .open = alignment_proc_open, .read = seq_read, .llseek = seq_lseek, _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch asus_acpi-convert-to-seq_file.patch toshiba_acpi-convert-to-seq_file.patch arm-convert-proc-cpu-aligment-to-seq_file.patch arm-convert-proc-cpu-aligment-to-seq_file-fix.patch iseries-convert-to-proc_fops.patch proc_fops-convert-av7110.patch proc_fops-convert-drivers-isdn-to-seq_file.patch proc_fops-convert-drivers-isdn-to-seq_file-fix.patch proc_fops-convert-drivers-isdn-to-seq_file-fix2.patch mpt-fusion-convert-to-seq_file.patch uml-irq-register-race-condition.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