From: re.emese@gmail.com
To: linux-kernel@vger.kernel.org
Cc: Emese Revfy <re.emese@gmail.com>,
benh@kernel.crashing.org, galak@kernel.crashing.org,
paulus@samba.org, torvalds@linux-foundation.org
Subject: [PATCH 10/10] Constify struct platform_suspend_ops for 2.6.32-git-053fe57ac v2
Date: Mon, 14 Dec 2009 01:00:26 +0100 [thread overview]
Message-ID: <f777accdab58304927b1aa5939bf166fa352c070.1260663003.git.re.emese@gmail.com> (raw)
In-Reply-To: <cover.1260663003.git.re.emese@gmail.com>
From: Emese Revfy <re.emese@gmail.com>
Signed-off-by: Emese Revfy <re.emese@gmail.com>
---
arch/powerpc/platforms/52xx/lite5200_pm.c | 2 +-
arch/powerpc/platforms/52xx/mpc52xx_pm.c | 2 +-
arch/powerpc/platforms/83xx/suspend.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/platforms/52xx/lite5200_pm.c b/arch/powerpc/platforms/52xx/lite5200_pm.c
index b5c753d..8f01abe 100644
--- a/arch/powerpc/platforms/52xx/lite5200_pm.c
+++ b/arch/powerpc/platforms/52xx/lite5200_pm.c
@@ -235,7 +235,7 @@ static void lite5200_pm_end(void)
lite5200_pm_target_state = PM_SUSPEND_ON;
}
-static struct platform_suspend_ops lite5200_pm_ops = {
+static const struct platform_suspend_ops lite5200_pm_ops = {
.valid = lite5200_pm_valid,
.begin = lite5200_pm_begin,
.prepare = lite5200_pm_prepare,
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_pm.c b/arch/powerpc/platforms/52xx/mpc52xx_pm.c
index a55b0b6..478c18e 100644
--- a/arch/powerpc/platforms/52xx/mpc52xx_pm.c
+++ b/arch/powerpc/platforms/52xx/mpc52xx_pm.c
@@ -180,7 +180,7 @@ void mpc52xx_pm_finish(void)
iounmap(mbar);
}
-static struct platform_suspend_ops mpc52xx_pm_ops = {
+static const struct platform_suspend_ops mpc52xx_pm_ops = {
.valid = mpc52xx_pm_valid,
.prepare = mpc52xx_pm_prepare,
.enter = mpc52xx_pm_enter,
diff --git a/arch/powerpc/platforms/83xx/suspend.c b/arch/powerpc/platforms/83xx/suspend.c
index 08e65fc..643d3ac 100644
--- a/arch/powerpc/platforms/83xx/suspend.c
+++ b/arch/powerpc/platforms/83xx/suspend.c
@@ -273,7 +273,7 @@ static int mpc83xx_is_pci_agent(void)
return ret;
}
-static struct platform_suspend_ops mpc83xx_suspend_ops = {
+static const struct platform_suspend_ops mpc83xx_suspend_ops = {
.valid = mpc83xx_suspend_valid,
.begin = mpc83xx_suspend_begin,
.enter = mpc83xx_suspend_enter,
--
1.6.5.3
next prev parent reply other threads:[~2009-12-14 0:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-14 0:00 [PATCH 00/10] " re.emese
2009-12-14 0:00 ` [PATCH 01/10] " re.emese
2009-12-14 0:00 ` [PATCH 02/10] " re.emese
2009-12-14 0:00 ` [PATCH 03/10] " re.emese
2009-12-14 0:00 ` [PATCH 04/10] " re.emese
2009-12-14 0:00 ` [PATCH 1/3] Constify struct platform_hibernation_ops " re.emese
2009-12-14 0:00 ` [PATCH 1/1] Constify struct pci_raw_ops " re.emese
2009-12-14 0:00 ` [PATCH 05/10] Constify struct platform_suspend_ops " re.emese
2009-12-14 5:17 ` Pavel Machek
2009-12-14 22:47 ` Emese Revfy
2009-12-14 0:00 ` [PATCH 2/3] Constify struct platform_hibernation_ops " re.emese
2009-12-14 0:00 ` [PATCH 06/10] Constify struct platform_suspend_ops " re.emese
2009-12-14 0:00 ` [PATCH 07/10] " re.emese
2009-12-14 0:00 ` [PATCH 3/3] Constify struct platform_hibernation_ops " re.emese
2009-12-14 0:00 ` [PATCH 08/10] Constify struct platform_suspend_ops " re.emese
2009-12-14 0:00 ` [PATCH 09/10] " re.emese
2009-12-14 0:00 ` re.emese [this message]
2009-12-14 5:15 ` [PATCH 00/10] " Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f777accdab58304927b1aa5939bf166fa352c070.1260663003.git.re.emese@gmail.com \
--to=re.emese@gmail.com \
--cc=benh@kernel.crashing.org \
--cc=galak@kernel.crashing.org \
--cc=linux-kernel@vger.kernel.org \
--cc=paulus@samba.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®