public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* mm: trivial: Remove duplicate declaration for migrate_misplaced_page
@ 2013-03-14 12:30 Srikar Dronamraju
  0 siblings, 0 replies; only message in thread
From: Srikar Dronamraju @ 2013-03-14 12:30 UTC (permalink / raw)
  To: Mel Gorman, LKML, Ingo Molnar


Just noticied that e14808b49 added a duplicate extern declaration for
migrate_misplaced_page()
    
Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
---
diff --git a/include/linux/migrate.h b/include/linux/migrate.h
index a405d3dc..086bd33 100644
--- a/include/linux/migrate.h
+++ b/include/linux/migrate.h
@@ -93,7 +93,6 @@ static inline int migrate_huge_page_move_mapping(struct address_space *mapping,
 
 #ifdef CONFIG_NUMA_BALANCING
 extern int migrate_misplaced_page(struct page *page, int node);
-extern int migrate_misplaced_page(struct page *page, int node);
 extern bool migrate_ratelimited(int node);
 #else
 static inline int migrate_misplaced_page(struct page *page, int node)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-14 12:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 12:30 mm: trivial: Remove duplicate declaration for migrate_misplaced_page Srikar Dronamraju

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox