Chandra Seetharaman 83d722f7e1 [PATCH] Remove __devinit and __cpuinit from notifier_call definitions
Few of the notifier_chain_register() callers use __init in the definition
of notifier_call.  It is incorrect as the function definition should be
available after the initializations (they do not unregister them during
initializations).

This patch fixes all such usages to _not_ have the notifier_call __init
section.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-26 08:30:03 -07:00
..
2006-03-31 12:18:54 -08:00
2006-03-24 07:33:25 -08:00
2005-06-24 00:06:41 -07:00
2006-04-02 13:47:35 +02:00
2006-03-27 08:44:48 -08:00
2006-01-11 18:42:13 -08:00
2006-03-27 08:44:48 -08:00
2005-10-29 21:40:42 -07:00
2005-04-16 15:20:36 -07:00
2006-03-22 07:54:02 -08:00
2006-04-01 01:26:09 +02:00