From: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> rh_message: Fix function name Bugzilla: https://bugzilla.redhat.com/2019377 Upstream Status: RHEL only Fixes: cf796e6a380ac Signed-off-by: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> diff --git a/include/linux/kernel.h b/include/linux/kernel.h index blahblah..blahblah 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -514,7 +514,7 @@ void mark_driver_deprecated(const char *driver_name); void mark_hardware_disabled(const char *driver_name, char *fmt, ...); void mark_tech_preview(const char *msg, struct module *mod); #else -static inline void mark_hardware_unsupported(const char *driver_name, char *fmt, ...) { } +static inline void mark_hardware_unmaintained(const char *driver_name, char *fmt, ...) { } static inline void mark_driver_unmaintained(const char *driver_name) { } static inline void mark_hardware_deprecated(const char *driver_name, char *fmt, ...) { } static inline void mark_driver_deprecated(const char *driver_name) { } -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1610 _______________________________________________ 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