[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130314123046.GA13822@linux.vnet.ibm.com>
Date: Thu, 14 Mar 2013 18:00:46 +0530
From: Srikar Dronamraju <srikar@...ux.vnet.ibm.com>
To: Mel Gorman <mel@....ul.ie>, LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...e.hu>
Subject: mm: trivial: Remove duplicate declaration for migrate_misplaced_page
Just noticied that e14808b49 added a duplicate extern declaration for
migrate_misplaced_page()
Signed-off-by: Srikar Dronamraju <srikar@...ux.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)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists