You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
776 B
31 lines
776 B
13 years ago
|
--- a/Embedded/src/1588/1588.c
|
||
|
+++ b/Embedded/src/1588/1588.c
|
||
15 years ago
|
@@ -72,6 +72,7 @@
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
|
||
|
+#include <linux/sched.h>
|
||
|
#include "1588.h"
|
||
|
|
||
|
MODULE_AUTHOR("Intel(R) Corporation");
|
||
13 years ago
|
--- a/Embedded/src/CAN/can_main.c
|
||
|
+++ b/Embedded/src/CAN/can_main.c
|
||
15 years ago
|
@@ -68,6 +68,7 @@
|
||
|
*
|
||
|
**************************************************************************/
|
||
|
|
||
|
+#include <linux/sched.h>
|
||
|
#include "can_main.h"
|
||
|
#include "can_ioctl.h"
|
||
13 years ago
|
#include <linux/fs.h>
|
||
|
--- a/Embedded/src/WDT/iwdt.c
|
||
|
+++ b/Embedded/src/WDT/iwdt.c
|
||
15 years ago
|
@@ -137,6 +137,7 @@
|
||
|
#include <linux/watchdog.h>
|
||
|
#include <linux/miscdevice.h>
|
||
|
#include <linux/interrupt.h>
|
||
|
+#include <linux/sched.h>
|
||
|
#include "iwdt.h"
|
||
|
|
||
|
MODULE_AUTHOR("Intel(R) Corporation");
|