dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/android
Julia Lawall a5ca2dfc4e 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>
2009-09-15 12:02:24 -07:00
..
Kconfig Staging: android: fix Kconfig issues 2009-06-19 11:00:52 -07:00
Makefile Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
TODO Staging: android: remove dummy android.c driver 2009-01-06 13:52:44 -08:00
binder.c staging: Make some structures static 2009-09-15 12:02:24 -07:00
binder.h Staging: android: add binder driver 2009-01-06 13:52:41 -08:00
logger.c Staging: android: logger: fix up remaining checkpatch warnings 2009-06-19 11:00:52 -07:00
logger.h Staging: android: add logging driver 2009-01-06 13:52:42 -08:00
lowmemorykiller.c Staging: android: lowmemorykiller: fix module param errors 2009-09-15 12:01:26 -07:00
ram_console.c Staging: android: ram_console: fix up remaining checkpatch warnings 2009-06-19 11:00:52 -07:00
timed_gpio.c Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
timed_gpio.h Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
timed_output.c Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
timed_output.h Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00