2007-11-13 16:17:37

by Andre Haupt

[permalink] [raw]
Subject: [patch 1/3] gameport: remove duplicate include

From: Andre Haupt <[email protected]>
Signed-off-by: Andre Haupt <[email protected]>

---
drivers/input/gameport/gameport.c | 1 -
1 file changed, 1 deletion(-)

Index: linus/drivers/input/gameport/gameport.c
===================================================================
--- linus.orig/drivers/input/gameport/gameport.c 2007-11-13 16:27:10.000000000 +0100
+++ linus/drivers/input/gameport/gameport.c 2007-11-13 16:27:37.000000000 +0100
@@ -17,7 +17,6 @@
#include <linux/init.h>
#include <linux/gameport.h>
#include <linux/wait.h>
-#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/kthread.h>

--