]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
gcov-add-support-for-gcc-47-gcov-format-fix-3
authorPeter Oberparleiter <oberpar@linux.vnet.ibm.com>
Tue, 5 Nov 2013 05:57:41 +0000 (16:57 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:57:41 +0000 (16:57 +1100)
gcc_4_7.c needs vmalloc.h

Cc: Frantisek Hrbata <fhrbata@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/gcov/gcc_4_7.c

index a5cddff7b048b222533992b52cf5c2bbe6467d7b..2c6e4631c814e19714f0e635ed1b4173dc49ec48 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/slab.h>
 #include <linux/string.h>
 #include <linux/seq_file.h>
+#include <linux/vmalloc.h>
 #include "gcov.h"
 
 #define GCOV_COUNTERS                  8