[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070711183841.GA7157@cvg>
Date: Wed, 11 Jul 2007 22:38:41 +0400
From: Cyrill Gorcunov <gorcunov@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/2] Sky Cpu and Nexus: get rid of useless NULL init
This patch removes useless structure items init accroding to C99.
Signed-off-by: Cyrill Gorcunov <gorcunov@...il.com>
---
drivers/misc/hdpuftrs/hdpu_cpustate.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/misc/hdpuftrs/hdpu_cpustate.c b/drivers/misc/hdpuftrs/hdpu_cpustate.c
index cc33f24..427e357 100644
--- a/drivers/misc/hdpuftrs/hdpu_cpustate.c
+++ b/drivers/misc/hdpuftrs/hdpu_cpustate.c
@@ -176,9 +176,6 @@ static const struct file_operations cpustate_fops = {
.release = cpustate_release,
.read = cpustate_read,
.write = cpustate_write,
- .fasync = NULL,
- .poll = NULL,
- .ioctl = NULL,
.llseek = no_llseek,
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists