From: Sangbeom Kim <sbkim73@samsung.com>
To: linux-samsung-soc@vger.kernel.org
Cc: kgene.kim@samsung.com, ben-linux@fluff.org,
Abhilash Kesavan <a.kesavan@samsung.com>,
Sangbeom Kim <sbkim73@samsung.com>
Subject: [PATCH] ARM: S5P64X0: Change gpiolib initialization for S5P64X0 to core_initcall
Date: Fri, 3 Dec 2010 09:52:47 +0900 [thread overview]
Message-ID: <1291337567-9064-1-git-send-email-sbkim73@samsung.com> (raw)
From: Abhilash Kesavan <a.kesavan@samsung.com>
Changing the gpiolib initialization from arch_initcall to core_initcall
will allow us to make use of gpio functions in smdk64x0_machine_init
function.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
---
arch/arm/mach-s5p64x0/gpiolib.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-s5p64x0/gpiolib.c b/arch/arm/mach-s5p64x0/gpiolib.c
index 072668a..e7fb3b0 100644
--- a/arch/arm/mach-s5p64x0/gpiolib.c
+++ b/arch/arm/mach-s5p64x0/gpiolib.c
@@ -508,4 +508,4 @@ static int __init s5p64x0_gpiolib_init(void)
return 0;
}
-arch_initcall(s5p64x0_gpiolib_init);
+core_initcall(s5p64x0_gpiolib_init);
--
1.6.6.1
next reply other threads:[~2010-12-03 1:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 0:52 Sangbeom Kim [this message]
2010-12-03 9:53 ` [PATCH] ARM: S5P64X0: Change gpiolib initialization for S5P64X0 to core_initcall Kukjin Kim
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=1291337567-9064-1-git-send-email-sbkim73@samsung.com \
--to=sbkim73@samsung.com \
--cc=a.kesavan@samsung.com \
--cc=ben-linux@fluff.org \
--cc=kgene.kim@samsung.com \
--cc=linux-samsung-soc@vger.kernel.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