linux/drivers/staging/android
Randy Dunlap 0984e56a65 Staging: android: lowmemorykiller: fix module param errors
Move module_params to near the end of the source file so that
their references are already known/defined.  Fixes build errors:

drivers/staging/android/lowmemorykiller.c: In function '__check_cost':
drivers/staging/android/lowmemorykiller.c:60: error: 'lowmem_shrinker' undeclared (first use in this function)
drivers/staging/android/lowmemorykiller.c: At top level:
drivers/staging/android/lowmemorykiller.c:60: error: 'lowmem_shrinker' undeclared here (not in a function)
drivers/staging/android/lowmemorykiller.c:60: warning: type defaults to 'int' in declaration of 'type name'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:01:26 -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: android: binder: partial checkpatch cleanup 2009-09-15 12:01:26 -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