From: Čestmír Kalina <[email protected]> kabi: Include kconfig.h
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2024595 Upstream Status: RHEL only commit 4621ba17e720ca93fdd9066e64c1f4fcea957cfc Author: Prarit Bhargava <[email protected]> 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 <[email protected]> Signed-off-by: Čestmír Kalina <[email protected]> Signed-off-by: Prarit Bhargava <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
