Просмотр исходного кода

Staging: poch: fix sched.h build breakage

commit d43c36dc removed sched.h from interrupt.h.  This broke the
poch driver.  This patch fixes this.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 16 лет назад
Родитель
Сommit
8037cdade7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      drivers/staging/poch/poch.c

+ 1 - 0
drivers/staging/poch/poch.c

@@ -20,6 +20,7 @@
 #include <linux/init.h>
 #include <linux/ioctl.h>
 #include <linux/io.h>
+#include <linux/sched.h>
 
 #include "poch.h"