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: [email protected]
Reporter: [email protected]
CC: [email protected]
CC: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"