[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4E7F0BE2.5070707@gmail.com>
Date: Sun, 25 Sep 2011 16:39:22 +0530
From: Navin P <zicrim@...il.com>
To: linux-kernel@...r.kernel.org
CC: kernel-janitors@...r.kernel.org, sameo@...ux.intel.com,
rabin.vincent@...ricsson.com, hanumath.prasad@...ricsson.com
Subject: [PATCH] Remove redundant const in tc3589x.c
Remove the redundant const as SIMPLE_DEV_PM_OPS defines const
struct.
Signed-off-by: Navin P <zicrim@...il.com>
---
drivers/mfd/tc3589x.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mfd/tc3589x.c b/drivers/mfd/tc3589x.c
index c27e515..e87020f 100644
--- a/drivers/mfd/tc3589x.c
+++ b/drivers/mfd/tc3589x.c
@@ -385,7 +385,7 @@ static int tc3589x_resume(struct device *dev)
return ret;
}
-static const SIMPLE_DEV_PM_OPS(tc3589x_dev_pm_ops, tc3589x_suspend,
+static SIMPLE_DEV_PM_OPS(tc3589x_dev_pm_ops, tc3589x_suspend,
tc3589x_resume);
static const struct i2c_device_id tc3589x_id[] = {
--
1.7.0.4
--
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