[PATCH] remove sched.h from i2c.h

Matthew Wilcox (willy@debian.org)
Sun, 17 Nov 2002 04:11:07 +0000


i2c.h simply doesn't need sched.h

diff -urpNX dontdiff linux-2.5.47/include/linux/i2c.h linux-2.5.47-pci/include/linux/i2c.h
--- linux-2.5.47/include/linux/i2c.h 2002-10-01 03:06:20.000000000 -0400
+++ linux-2.5.47-pci/include/linux/i2c.h 2002-11-16 22:32:14.000000000 -0500
@@ -48,7 +48,6 @@ struct i2c_msg;
#endif

#include <asm/page.h> /* for 2.2.xx */
-#include <linux/sched.h>
#include <asm/semaphore.h>
#include <linux/config.h>

-- 
Revolutions do not require corporate support.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/