* [PATCH] ARM: Remove obsolete reference to subsystem_init().
@ 2012-10-23 14:12 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2012-10-23 14:12 UTC (permalink / raw)
To: linux-arm-kernel
Since subsystem_init() doesn't exist anymore, reword the comment to
reflect the more general subsys_initcalls.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
obviously, just a pedantic documentation tweak.
diff --git a/arch/arm/plat-versatile/leds.c b/arch/arm/plat-versatile/leds.c
index d2490d0..536c69a 100644
--- a/arch/arm/plat-versatile/leds.c
+++ b/arch/arm/plat-versatile/leds.c
@@ -98,6 +98,6 @@ static int __init versatile_leds_init(void)
/*
* Since we may have triggers on any subsystem, defer registration
- * until after subsystem_init.
+ * until after the subsys_initcalls.
*/
fs_initcall(versatile_leds_init);
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-23 14:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 14:12 [PATCH] ARM: Remove obsolete reference to subsystem_init() Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox