ailijic / easy-slow-down-manager

Automatically exported from code.google.com/p/easy-slow-down-manager
0 stars 0 forks source link

Couldn't compile - missing include delay.h #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I couldn't compile the code on a 2.6.32 kernel due to the msleep function being 
undeclared (Debian Lenny).

After including the line
#include <linux/delay.h>
in the two module files, everything compiled flawlessly.

Thanks again for the project, it is appreciated by Samsung notebooks owners 
(running a Samsung NC10 here). Do you have any plans to have it merged in the 
mainline kernel?

Original issue reported on code.google.com by gy.schm...@gmail.com on 2 Oct 2010 at 3:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
added the corresponding includes
I haven't talked with kernel developers about merging it into the mainline 

Thanks

Original comment by SergeyK...@gmail.com on 23 Oct 2010 at 2:12