[Nouveau] [Bug 23730] x11-base/nouveau-drm fails on drm_fb_helper.c with 'EINVAL' undeclared
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Sep 6 00:45:25 PDT 2009
http://bugs.freedesktop.org/show_bug.cgi?id=23730
Maxim Britov <maxim.britov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Maxim Britov <maxim.britov at gmail.com> 2009-09-06 00:45:24 PST ---
Fixed in kernel 2.6.31-rc2-git1
http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.31-rc2-git1.log
commit 82e3310ace59794ecf0f531eca94647b2863dfda
Author: Tobias Doerffel <tobias.doerffel at gmail.com>
Date: Sun Jul 5 12:08:23 2009 -0700
linux/sysrq.h needs linux/errno.h
In include/linux/sysrq.h the constant EINVAL is being used but is undefined
if include/linux/errno.h is not included before.
Fix this by adding #include <linux/errno.h> at the beginning.
Signed-off-by: Tobias Doerffel <tobias.doerffel at gmail.com>
Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Nouveau
mailing list