[Bug 207899] i915kms kernel module build failed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 11 10:03:24 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207899
Bug ID: 207899
Summary: i915kms kernel module build failed
Product: Base System
Version: 11.0-CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: shuriku at shurik.kiev.ua
CC: freebsd-amd64 at FreeBSD.org
CC: freebsd-amd64 at FreeBSD.org
Kernel build failed on CURRENT r296648. I think it's due to
https://lists.freebsd.org/pipermail/svn-src-head/2016-March/083332.html
/usr/src/sys/modules/drm2/i915kms/../../../dev/drm2/i915/i915_debug.c:1628:8:
error: implicit declaration of function 'intel_panel_get_backlight' is invalid
in C99
[-Werror,-Wimplicit-function-declaration]
val = intel_panel_get_backlight(dev);
^
/usr/src/sys/modules/drm2/i915kms/../../../dev/drm2/i915/i915_debug.c:1628:8:
note: did you mean 'intel_panel_set_backlight'?
/usr/src/sys/dev/drm2/i915/intel_drv.h:511:13: note:
'intel_panel_set_backlight' declared here
extern void intel_panel_set_backlight(struct drm_device *dev, u32 level);
^
1 error generated.
*** Error code 1
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list