diff options
Diffstat (limited to 'mm/internal.h')
| -rw-r--r-- | mm/internal.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/internal.h b/mm/internal.h index d597f94cc20..9ba21100ebf 100644 --- a/mm/internal.h +++ b/mm/internal.h @@ -135,7 +135,6 @@ struct compact_control {  	int migratetype;		/* MOVABLE, RECLAIMABLE etc */  	struct zone *zone;  	bool contended;			/* True if a lock was contended */ -	struct page **page;		/* Page captured of requested size */  };  unsigned long  |