From: Julia Lawall Date: Fri, 14 Aug 2009 20:10:00 +0000 (+0200) Subject: staging: Make some structures static X-Git-Tag: v2.6.32-rc1~668^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ca2dfc4ebd33e18f981f562833c39efdc2585c;p=pandora-kernel.git staging: Make some structures static This was done using a semantic patch (http://coccinelle.lip6.fr/) that checks that the declaration is not inside a function definition, that the defined variable is not exported using EXPORTED_SYMBOL, etc, and that the defined variable does not occur in any other file. If these conditions hold, static is added before the declaration. Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed