Commit db96b0c5 authored by Ingo Molnar's avatar Ingo Molnar Committed by Yury Norov
Browse files

headers/deps: mm: Optimize <linux/gfp.h> header dependencies



There's a couple of superfluous inclusions here - remove them before
doing bigger changes.

Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
parent 9b2e7086
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,10 +2,7 @@
#ifndef __LINUX_GFP_H
#define __LINUX_GFP_H

#include <linux/mmdebug.h>
#include <linux/mmzone.h>
#include <linux/stddef.h>
#include <linux/linkage.h>
#include <linux/topology.h>

/* The typedef is in types.h but we want the documentation here */