From: David Brownell Date: Sun, 1 Oct 2006 06:28:15 +0000 (-0700) Subject: [PATCH] RTC class uses subsys_init X-Git-Tag: v2.6.19-rc1~569 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818a8674b0388d90e33a5d1b13946b40dda7032a;p=pandora-kernel.git [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 Cc: Alessandro Zummo Acked-by: Oleg Verych Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed