Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ac24eef authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Linus Torvalds
Browse files

[PATCH] memhotplug: __add_section remove unused pgdat definition



__add_section defines an unused pointer to the zones pgdat.  Remove this
definition.  This fixes a compile warning.

Signed-off-by: default avatarAndy Whitcroft <apw@shadowen.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 47f3a867
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,6 @@ extern int sparse_add_one_section(struct zone *zone, unsigned long start_pfn,
				  int nr_pages);
				  int nr_pages);
static int __add_section(struct zone *zone, unsigned long phys_start_pfn)
static int __add_section(struct zone *zone, unsigned long phys_start_pfn)
{
{
	struct pglist_data *pgdat = zone->zone_pgdat;
	int nr_pages = PAGES_PER_SECTION;
	int nr_pages = PAGES_PER_SECTION;
	int ret;
	int ret;