First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 173131
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Guryanov Dmitry <dimak@dgap.mipt.ru>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 173131 depends on: Show dependency tree
Bug 173131 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-02 12:24 0000
jiffies variable used in all drivers, but jiffies.h included only on i386
through linux/module.h -> linux/elf.h -> asm/elf.h -> linux/utsname.h ->
linux/sched.h
on other platforms linux/utsname.h not included in asm/elf.h




Reproducible: Always




possible solution:

diff -uprN linux-2.6.20.orig/drivers/char/speakup/spk_priv.h
linux-2.6.20/drivers/char/speakup/spk_priv.h
--- linux-2.6.20.orig/drivers/char/speakup/spk_priv.h   2007-04-02
14:15:36.000000000 +0400
+++ linux-2.6.20/drivers/char/speakup/spk_priv.h        2007-04-02
14:29:44.000000000 +0400
@@ -34,6 +34,7 @@
 #include <linux/wait.h>                /* for wait_queue */
 #include <linux/init.h> /* for __init */
 #include <linux/module.h>
+#include <linux/jiffies.h>
 #ifdef CONFIG_PROC_FS
 #include <linux/proc_fs.h>
 #endif

------- Comment #1 From Guryanov Dmitry 2007-04-04 12:54:53 0000 -------
Checked in gentoo-sources-2.6.20-r4 and vanilla 2.6.20 patched with
genpatches-2.6.20-5

------- Comment #2 From Daniel Drake 2007-04-25 15:45:40 0000 -------
Thanks, it's correct, I'll get to this soon.

------- Comment #3 From Daniel Drake 2007-04-26 20:17:26 0000 -------
Fixed in gentoo-sources-2.6.20-r7

First Last Prev Next    No search results available      Search page      Enter new bug