From: Adrian Cox Date: Wed, 8 Mar 2006 22:10:20 +0000 (+0000) Subject: [PATCH] ppc: Fix platform_notify functions marked __init X-Git-Tag: v2.6.17-rc1~1117^2~28^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbe1212bd6f815290f782ba5b489467b54131dc;p=pandora-kernel.git [PATCH] ppc: Fix platform_notify functions marked __init While adding USB support to an MV64360 based board this week, I discovered that all MV64x60 boards in the kernel have platform_notify functions marked with __init. This causes an oops if a device is added after boot. The patch below removes the __init markers. I do not have all these boards to test on, but the change seems very unlikely to break anything else. Signed-off-by: Adrian Cox Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed