[PATCH] RTC class uses subsys_init
authorDavid Brownell <david-b@pacbell.net>
Sun, 1 Oct 2006 06:28:15 +0000 (23:28 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:25 +0000 (00:39 -0700)
commit818a8674b0388d90e33a5d1b13946b40dda7032a
tree8972d170496e416170fcc0c82bcb634118392e78
parent9e86ecb659f11b36b5e189214b19cb31ef5dfd72
[PATCH] RTC class uses subsys_init

This makes RTC core components use "subsys_init" instead of "module_init", as
appropriate for subsystem infrastructure.  This is mostly useful for
statically linking drivers in other parts of the tree that may provide an RTC
interface as a secondary functionality (e.g.  part of a multifunction chip);
they won't need to worry so much about drivers/Makefile link order.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Oleg Verych <olecom@flower.upol.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/class.c
drivers/rtc/rtc-dev.c
drivers/rtc/rtc-proc.c
drivers/rtc/rtc-sysfs.c