Re: [PATCH] i2c driver fixes for 2.6.1

From: Greg KH
Date: Mon Jan 19 2004 - 21:08:42 EST


ChangeSet 1.1474.98.8, 2004/01/14 11:19:29-08:00, khali@xxxxxxxxxxxx

[PATCH] I2C: i2c-rpx.c doesn't need ioports.h nor parport.h

One more simple patch... These headers are useless as far as I can see.


drivers/i2c/busses/i2c-rpx.c | 2 --
1 files changed, 2 deletions(-)


diff -Nru a/drivers/i2c/busses/i2c-rpx.c b/drivers/i2c/busses/i2c-rpx.c
--- a/drivers/i2c/busses/i2c-rpx.c Mon Jan 19 15:31:59 2004
+++ b/drivers/i2c/busses/i2c-rpx.c Mon Jan 19 15:31:59 2004
@@ -12,11 +12,9 @@
*/

#include <linux/kernel.h>
-#include <linux/ioport.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/stddef.h>
-#include <linux/parport.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-8xx.h>
#include <asm/mpc8xx.h>

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