* [PATCH] mm: exclude duplicate header
@ 2014-05-13 8:24 Andy Shevchenko
0 siblings, 0 replies; only message in thread
From: Andy Shevchenko @ 2014-05-13 8:24 UTC (permalink / raw)
To: Andrew Morton, linux-mm; +Cc: Andy Shevchenko
The mmdebug.h is included twice. Let's remove one entry.
There is no functinal changes.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
include/linux/gfp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/gfp.h b/include/linux/gfp.h
index d382db7..6a96514 100644
--- a/include/linux/gfp.h
+++ b/include/linux/gfp.h
@@ -6,7 +6,6 @@
#include <linux/stddef.h>
#include <linux/linkage.h>
#include <linux/topology.h>
-#include <linux/mmdebug.h>
struct vm_area_struct;
--
2.0.0.rc2
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-13 8:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-13 8:24 [PATCH] mm: exclude duplicate header Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox