[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54012D74.7010302@infradead.org>
Date: Fri, 29 Aug 2014 18:48:36 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, linux-next@...r.kernel.org,
sfr@...b.auug.org.au, mhocko@...e.cz,
Pekka Enberg <penberg@...nel.org>,
Vegard Nossum <vegardno@....uio.no>
Subject: [PATCH -mmotm] mm: fix kmemcheck.c build errors
From: Randy Dunlap <rdunlap@...radead.org>
Add header file to fix kmemcheck.c build errors:
../mm/kmemcheck.c:70:7: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:83:15: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:95:8: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:95:21: error: dereferencing pointer to incomplete type
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
mm/kmemcheck.c | 1 +
1 file changed, 1 insertion(+)
Index: mmotm-2014-0829-1515/mm/kmemcheck.c
===================================================================
--- mmotm-2014-0829-1515.orig/mm/kmemcheck.c
+++ mmotm-2014-0829-1515/mm/kmemcheck.c
@@ -2,6 +2,7 @@
#include <linux/mm_types.h>
#include <linux/mm.h>
#include <linux/slab.h>
+#include <linux/slab_def.h>
#include <linux/kmemcheck.h>
void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists