From: Čestmír Kalina <ckalina@xxxxxxxxxx> kabi: Include kconfig.h Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2024595 Upstream Status: RHEL only commit 4621ba17e720ca93fdd9066e64c1f4fcea957cfc Author: Prarit Bhargava <prarit@xxxxxxxxxx> Date: Tue, 31 Mar 2020 17:57:13 -0400 Using this config file by itself to compile code results in an error about IS_BUILTIN() not being defined. Include kconfig.h. RH-Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> Signed-off-by: Čestmír Kalina <ckalina@xxxxxxxxxx> Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/include/linux/rh_kabi.h b/include/linux/rh_kabi.h index blahblah..blahblah 100644 --- a/include/linux/rh_kabi.h +++ b/include/linux/rh_kabi.h @@ -26,6 +26,7 @@ #ifndef _LINUX_RH_KABI_H #define _LINUX_RH_KABI_H +#include <linux/kconfig.h> #include <linux/compiler.h> #include <linux/stringify.h> -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1530 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure