From: re.emese@gmail.com
To: linux-kernel@vger.kernel.org
Cc: Emese Revfy <re.emese@gmail.com>,
lethal@linux-sh.org, damm@igel.co.jp,
torvalds@linux-foundation.org
Subject: [PATCH 07/10] Constify struct platform_suspend_ops for 2.6.32-git-053fe57ac v2
Date: Mon, 14 Dec 2009 01:00:23 +0100 [thread overview]
Message-ID: <cea0fecde4b281167f25d72fd612a18cce06b7cd.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/sh/boards/mach-hp6xx/pm.c | 2 +-
arch/sh/kernel/cpu/shmobile/pm.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/sh/boards/mach-hp6xx/pm.c b/arch/sh/boards/mach-hp6xx/pm.c
index d936c1a..304a252 100644
--- a/arch/sh/boards/mach-hp6xx/pm.c
+++ b/arch/sh/boards/mach-hp6xx/pm.c
@@ -143,7 +143,7 @@ static int hp6x0_pm_enter(suspend_state_t state)
return 0;
}
-static struct platform_suspend_ops hp6x0_pm_ops = {
+static const struct platform_suspend_ops hp6x0_pm_ops = {
.enter = hp6x0_pm_enter,
.valid = suspend_valid_only_mem,
};
diff --git a/arch/sh/kernel/cpu/shmobile/pm.c b/arch/sh/kernel/cpu/shmobile/pm.c
index ca029a4..f2aa37d 100644
--- a/arch/sh/kernel/cpu/shmobile/pm.c
+++ b/arch/sh/kernel/cpu/shmobile/pm.c
@@ -140,7 +140,7 @@ static int sh_pm_enter(suspend_state_t state)
return 0;
}
-static struct platform_suspend_ops sh_pm_ops = {
+static const struct platform_suspend_ops sh_pm_ops = {
.enter = sh_pm_enter,
.valid = suspend_valid_only_mem,
};
--
1.6.5.3
next prev parent reply other threads:[~2009-12-13 23:58 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 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 1/1] Constify struct pci_raw_ops " re.emese
2009-12-14 0:00 ` [PATCH 06/10] Constify struct platform_suspend_ops " re.emese
2009-12-14 0:00 ` [PATCH 2/3] Constify struct platform_hibernation_ops " re.emese
2009-12-14 0:00 ` re.emese [this message]
2009-12-14 0:00 ` [PATCH 3/3] " 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 ` [PATCH 10/10] " re.emese
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=cea0fecde4b281167f25d72fd612a18cce06b7cd.1260663003.git.re.emese@gmail.com \
--to=re.emese@gmail.com \
--cc=damm@igel.co.jp \
--cc=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.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®