]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - mm/page_isolation.c
MAINTAINERS: add maintainers for the Marvell Crypto driver
[karo-tx-linux.git] / mm / page_isolation.c
index 32fdc1df05e5f08469bfea30435a37c2db347f6b..4568fd58f70a02c472e525528db58eeb20c06ebf 100644 (file)
@@ -9,7 +9,8 @@
 #include <linux/hugetlb.h>
 #include "internal.h"
 
-int set_migratetype_isolate(struct page *page, bool skip_hwpoisoned_pages)
+static int set_migratetype_isolate(struct page *page,
+                               bool skip_hwpoisoned_pages)
 {
        struct zone *zone;
        unsigned long flags, pfn;
@@ -72,7 +73,7 @@ out:
        return ret;
 }
 
-void unset_migratetype_isolate(struct page *page, unsigned migratetype)
+static void unset_migratetype_isolate(struct page *page, unsigned migratetype)
 {
        struct zone *zone;
        unsigned long flags, nr_pages;