mfd: cros_ec: Add convenience struct to define dedicated CrOS EC MCUs
[linux-2.6-microblaze.git] / mm / page_isolation.c
index e3638a5..89c19c0 100644 (file)
@@ -230,7 +230,7 @@ undo:
 /*
  * Make isolated pages available again.
  */
-int undo_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn,
+void undo_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn,
                            unsigned migratetype)
 {
        unsigned long pfn;
@@ -247,7 +247,6 @@ int undo_isolate_page_range(unsigned long start_pfn, unsigned long end_pfn,
                        continue;
                unset_migratetype_isolate(page, migratetype);
        }
-       return 0;
 }
 /*
  * Test all pages in the range is free(means isolated) or not.