From: akpm@linux-foundation•org
To: paulus@samba•org
Cc: linuxppc-dev@ozlabs•org, akpm@linux-foundation•org,
rpjday@crashcourse•ca
Subject: [patch 3/4] macintosh: replace deprecated __initcall with device_initcall
Date: Wed, 14 May 2008 16:12:53 -0700 [thread overview]
Message-ID: <200805142312.m4ENCsdu026262@imap1.linux-foundation.org> (raw)
From: "Robert P. J. Day" <rpjday@crashcourse•ca>
Signed-off-by: Robert P. J. Day <rpjday@crashcourse•ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel•crashing.org>
Cc: Paul Mackerras <paulus@samba•org>
Signed-off-by: Andrew Morton <akpm@linux-foundation•org>
---
drivers/macintosh/adb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/macintosh/adb.c~macintosh-replace-deprecated-__initcall-with-device_initcall drivers/macintosh/adb.c
--- a/drivers/macintosh/adb.c~macintosh-replace-deprecated-__initcall-with-device_initcall
+++ a/drivers/macintosh/adb.c
@@ -334,7 +334,7 @@ int __init adb_init(void)
return 0;
}
-__initcall(adb_init);
+device_initcall(adb_init);
static int
do_adb_reset_bus(void)
_
next reply other threads:[~2008-05-14 23:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-14 23:12 akpm [this message]
2008-05-15 4:14 ` [patch 3/4] macintosh: replace deprecated __initcall with device_initcall Paul Mackerras
2008-05-15 6:06 ` Andrew Morton
2008-05-15 6:28 ` Michael Ellerman
2008-05-15 6:41 ` Andrew Morton
2008-05-15 9:08 ` Michael Ellerman
2008-05-15 17:43 ` Andrew Morton
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=200805142312.m4ENCsdu026262@imap1.linux-foundation.org \
--to=akpm@linux-foundation$(echo .)org \
--cc=linuxppc-dev@ozlabs$(echo .)org \
--cc=paulus@samba$(echo .)org \
--cc=rpjday@crashcourse$(echo .)ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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