diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c index 5430f578..5930a813 100755 --- a/drivers/staging/android/lowmemorykiller.c +++ b/drivers/staging/android/lowmemorykiller.c @@ -40,14 +40,11 @@ #include #include #include -<<<<<<< HEAD -======= #ifdef CONFIG_SWAP #include #include #endif ->>>>>>> ics_HWA static uint32_t lowmem_debug_level = 2; static int lowmem_adj[6] = { @@ -124,6 +121,8 @@ static int lmk_hotplug_callback(struct notifier_block *self, } #endif + + static void lowmem_notify_killzone_approach(void); static inline void get_free_ram(int *other_free, int *other_file)