All of lore.kernel.org
 help / color / mirror / Atom feed
From: arhuaco@freaks-unidos.net (Nelson Castillo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] Remove unneeded __init from s3c24xx_ts_set_platdata
Date: Wed, 06 Jan 2010 04:41:47 -0500	[thread overview]
Message-ID: <20100106094146.17269.6955.stgit@localhost> (raw)

Remove unneeded __init in function definition.

Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
---

 arch/arm/plat-s3c24xx/devs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c
index 7f686a3..267f36a 100644
--- a/arch/arm/plat-s3c24xx/devs.c
+++ b/arch/arm/plat-s3c24xx/devs.c
@@ -193,7 +193,7 @@ EXPORT_SYMBOL(s3c_device_ts);
 
 static struct s3c2410_ts_mach_info s3c2410ts_info;
 
-void __init s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *hard_s3c2410ts_info)
+void s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *hard_s3c2410ts_info)
 {
 	memcpy(&s3c2410ts_info, hard_s3c2410ts_info, sizeof(struct s3c2410_ts_mach_info));
 	s3c_device_ts.dev.platform_data = &s3c2410ts_info;

             reply	other threads:[~2010-01-06  9:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-06  9:41 Nelson Castillo [this message]
2010-01-06  9:41 ` [PATCH 2/2] Remove unneeded __init for s3c_nand_set_platdata Nelson Castillo
2010-01-06 16:59 ` [PATCH 1/2] Remove unneeded __init from s3c24xx_ts_set_platdata Uwe Kleine-König
2010-01-06 17:27   ` Nelson Castillo

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=20100106094146.17269.6955.stgit@localhost \
    --to=arhuaco@freaks-unidos.net \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.