Staging: android: lowmemorykiller: fix module param errors
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 31 Jul 2009 18:10:45 +0000 (11:10 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:26 +0000 (12:01 -0700)
commit0984e56a65a29ad0700c5abf657327e73929ea1f
treefa6f00efea2319d405c75339fe04fb9e888eb11d
parent10626434f473a7b4b0a21f427b301d3dd0db65a8
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>
drivers/staging/android/lowmemorykiller.c