headers/deps: mm: Optimize <linux/gfp.h> header dependencies
authorIngo Molnar <mingo@kernel.org>
Thu, 10 Jun 2021 08:56:49 +0000 (10:56 +0200)
committerYury Norov <yury.norov@gmail.com>
Fri, 15 Jul 2022 13:35:54 +0000 (06:35 -0700)
There's a couple of superfluous inclusions here - remove them before
doing bigger changes.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
include/linux/gfp.h

index 2d2ccae933c207cc9818679129f37d66f78959c8..52f2c873a7d46155f5dd2df691e4f61d1502051a 100644 (file)
@@ -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 */