mm: memory_hotplug: make offline_pages() static
authorAndrew Morton <[email protected]>
Tue, 15 Dec 2009 01:59:35 +0000 (17:59 -0800)
committerLinus Torvalds <[email protected]>
Tue, 15 Dec 2009 16:53:20 +0000 (08:53 -0800)
It has no references outside memory_hotplug.c.

Cc: "Rafael J. Wysocki" <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Gerald Schaefer <[email protected]>
Cc: KOSAKI Motohiro <[email protected]>
Cc: Yasunori Goto <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/memory_hotplug.h
mm/memory_hotplug.c

index fed969281a418bde82db04885c2e3499f4e4c485..35b07b773e6cbf90589b90b69897bc2043f7495d 100644 (file)
@@ -69,7 +69,6 @@ extern void online_page(struct page *page);
 /* VM interface that may be used by firmware interface */
 extern int online_pages(unsigned long, unsigned long);
 extern void __offline_isolated_pages(unsigned long, unsigned long);
-extern int offline_pages(unsigned long, unsigned long, unsigned long);
 
 /* reasonably generic interface to expand the physical pages in a zone  */
 extern int __add_pages(int nid, struct zone *zone, unsigned long start_pfn,
index 67e941d7882c2a230db9ec91cbb5bfee1d38e6cb..f827cf4cb4e54a171b13bc601bf2f8d1f163cde9 100644 (file)
@@ -751,7 +751,7 @@ check_pages_isolated(unsigned long start_pfn, unsigned long end_pfn)
        return offlined;
 }
 
-int offline_pages(unsigned long start_pfn,
+static int offline_pages(unsigned long start_pfn,
                  unsigned long end_pfn, unsigned long timeout)
 {
        unsigned long pfn, nr_pages, expire;