Re: [PATCH] I2C update for 2.6.5

From: Greg KH
Date: Wed Apr 14 2004 - 17:55:10 EST


ChangeSet 1.1643.36.15, 2004/04/02 11:05:14-08:00, mochel@xxxxxxxxxxxxxxxxxx

[PATCH] I2C: Fix check for DEBUG in i2c-ali1563


drivers/i2c/busses/i2c-ali1563.c | 5 -----
1 files changed, 5 deletions(-)


diff -Nru a/drivers/i2c/busses/i2c-ali1563.c b/drivers/i2c/busses/i2c-ali1563.c
--- a/drivers/i2c/busses/i2c-ali1563.c Wed Apr 14 15:13:44 2004
+++ b/drivers/i2c/busses/i2c-ali1563.c Wed Apr 14 15:13:44 2004
@@ -15,11 +15,6 @@
* This file is released under the GPLv2
*/

-#include <linux/config.h>
-#ifdef CONFIG_I2C_DEBUG_BUS
-#define DEBUG 0
-#endif
-
#include <linux/module.h>
#include <linux/i2c.h>
#include <linux/pci.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/