]> git.baikalelectronics.ru Git - kernel.git/commit
staging: Make some structures static
authorJulia Lawall <julia@diku.dk>
Fri, 14 Aug 2009 20:10:00 +0000 (22:10 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:24 +0000 (12:02 -0700)
commit82def73d99d91a3b730d677e037fecefe0444886
treeb3b45805fdf7b1cedc53a7231574f9d3788e6550
parent8815869510b5b9a22228c455a83bcf17d73ab1cd
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 <julia@diku.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/android/binder.c
drivers/staging/dream/qdsp5/audio_aac.c
drivers/staging/dream/qdsp5/audio_in.c
drivers/staging/dream/qdsp5/audio_mp3.c
drivers/staging/dream/qdsp5/audio_out.c
drivers/staging/dream/smd/smd_rpcrouter.c
drivers/staging/otus/80211core/performance.c
drivers/staging/otus/hal/hpmain.c