Skip to content
Snippets Groups Projects
Commit cb8a1c12 authored by Tom's avatar Tom
Browse files

include fix atempt

parent b1f77b90
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
#include <linux/perf_event.h> #include <linux/perf_event.h>
//#include <linux/sched.h> //#include <linux/sched.h>
#include "sched.h" #include "sched.h"
#include <linux/signal.h> #include <include/linux/signal.h>
#include <linux/ioctl.h> #include <include/uapi/linux/ioctl.h>
#include <linux/fs.h> #include <include/linux/fs.h>
//#include <include/linux/smp.h> //#include <include/linux/smp.h>
#endif #endif
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* an explicit wake_up. The return value from schedule_timeout * an explicit wake_up. The return value from schedule_timeout
* can be used instead; if 0, the wakeup was due to the timeout. * can be used instead; if 0, the wakeup was due to the timeout.
* *
* Rob Riggs Added persistent DMA buffers (1998/10/17)#include <asm/segment.h> * Rob Riggs Added persistent DMA buffers (1998/10/17)
*/ */
#define BE_CONSERVATIVE #define BE_CONSERVATIVE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment