From: Cyrill Gorcunov This patch removes useless structure items init accroding to C99. Signed-off-by: Cyrill Gorcunov Signed-off-by: Andrew Morton --- drivers/misc/hdpuftrs/hdpu_cpustate.c | 3 --- 1 files 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, }; _