From: Uwe Kleine-König Date: Fri, 29 Jan 2010 10:40:38 +0000 (+0100) Subject: modpost: members of *driver structs should not point to __init functions X-Git-Tag: v2.6.35-rc2~61^2~57^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b75dcabd6c6c71d7cea64f78b06d18d9cda0ddd1;p=pandora-kernel.git modpost: members of *driver structs should not point to __init functions Either the functions referred to in a driver struct should live in .devinit or the driver should be registered using platform_driver_probe (or equivalent for different driver types) with ->probe being NULL. Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed