The patch titled Sky Cpu and Nexus: get rid of useless NULL init has been removed from the -mm tree. Its filename was sky-cpu-and-nexus-get-rid-of-useless-null-init.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Sky Cpu and Nexus: get rid of useless NULL init From: Cyrill Gorcunov <gorcunov@xxxxxxxxx> This patch removes useless structure items init accroding to C99. Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/misc/hdpuftrs/hdpu_cpustate.c | 3 --- 1 file changed, 3 deletions(-) diff -puN drivers/misc/hdpuftrs/hdpu_cpustate.c~sky-cpu-and-nexus-get-rid-of-useless-null-init drivers/misc/hdpuftrs/hdpu_cpustate.c --- a/drivers/misc/hdpuftrs/hdpu_cpustate.c~sky-cpu-and-nexus-get-rid-of-useless-null-init +++ a/drivers/misc/hdpuftrs/hdpu_cpustate.c @@ -175,9 +175,6 @@ static const struct file_operations cpus .release = cpustate_release, .read = cpustate_read, .write = cpustate_write, - .fasync = NULL, - .poll = NULL, - .ioctl = NULL, .llseek = no_llseek, }; _ Patches currently in -mm which might be from gorcunov@xxxxxxxxx are git-cifs.patch git-powerpc.patch udf-code-style-fixup-v3.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