]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
buildid-stash-away-kernels-build-id-on-init-fix
authorStephen Boyd <swboyd@chromium.org>
Wed, 2 Jun 2021 03:53:28 +0000 (13:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 Jun 2021 08:17:06 +0000 (18:17 +1000)
fix implicit declaration of function 'init_vmlinux_build_id'

Link: https://lkml.kernel.org/r/CAE-0n51UjTbay8N9FXAyE7_aR2+ePrQnKSRJ0gbmRsXtcLBVaw@mail.gmail.com
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
init/main.c

index 3301f704c6793540eaee16538ccffb4a57942246..e3b4a663dccb6e1bd7409e82ff57eb61b70ab6d1 100644 (file)
@@ -45,6 +45,7 @@
 #include <linux/srcu.h>
 #include <linux/moduleparam.h>
 #include <linux/kallsyms.h>
+#include <linux/buildid.h>
 #include <linux/writeback.h>
 #include <linux/cpu.h>
 #include <linux/cpuset.h>