From: Chandra Seetharaman Date: Tue, 25 Apr 2006 02:35:21 +0000 (-0700) Subject: [PATCH] Remove __devinit and __cpuinit from notifier_call definitions X-Git-Tag: v2.6.17-rc3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d722f7e198b034699b1500d98729beff930efd;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed