Date: Tue, 02 Mar 2021 13:03:09 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253765] [PATCH] link_elf: symbol backlight_get_info_desc undefined during boot on Pinebook Message-ID: <bug-253765-227-1CisWd9rHM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253765-227@https.bugs.freebsd.org/bugzilla/> References: <bug-253765-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253765 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D135fa1610fa177bb8c77aab951cfb4395= edc249f commit 135fa1610fa177bb8c77aab951cfb4395edc249f Author: Brett Mastbergen <brett.mastbergen@gmail.com> AuthorDate: 2021-02-22 10:28:28 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-03-02 13:02:13 +0000 pwm_backlight: Add MODULE_DEPEND on backlight Make the pwm_backlight module depend on backlight, so it has access to the backlight interface symbols. Otherwise you'll get an error like: link_elf: symbol backlight_get_info_desc undefined Signed-off-by: Brett Mastbergen <brett.mastbergen@gmail.com> MFC after: 3 days PR: 253765 (cherry picked from commit 43d4dfac96f7f8285a27989f315c075d28aadb12) sys/dev/pwm/pwm_backlight.c | 1 + 1 file changed, 1 insertion(+) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253765-227-1CisWd9rHM>