Re: [PATCH] i2c driver fixes for 2.6.1

From: Greg KH
Date: Mon Jan 19 2004 - 19:29:36 EST


ChangeSet 1.1474.98.29, 2004/01/19 15:17:17-08:00, greg@xxxxxxxxx

[PATCH] I2C: remove unneeded CVS Id: lines.


drivers/i2c/algos/i2c-algo-pcf.h | 2 --
drivers/i2c/busses/i2c-philips-par.c | 2 --
drivers/i2c/busses/i2c-velleman.c | 2 --
drivers/i2c/i2c-core.c | 2 --
4 files changed, 8 deletions(-)


diff -Nru a/drivers/i2c/algos/i2c-algo-pcf.h b/drivers/i2c/algos/i2c-algo-pcf.h
--- a/drivers/i2c/algos/i2c-algo-pcf.h Mon Jan 19 15:27:31 2004
+++ b/drivers/i2c/algos/i2c-algo-pcf.h Mon Jan 19 15:27:31 2004
@@ -21,8 +21,6 @@

/* With some changes from Frodo Looijaard <frodol@xxxxxx> */

-/* $Id: i2c-pcf8584.h,v 1.3 2000/01/18 23:54:07 frodo Exp $ */
-
#ifndef I2C_PCF8584_H
#define I2C_PCF8584_H 1

diff -Nru a/drivers/i2c/busses/i2c-philips-par.c b/drivers/i2c/busses/i2c-philips-par.c
--- a/drivers/i2c/busses/i2c-philips-par.c Mon Jan 19 15:27:31 2004
+++ b/drivers/i2c/busses/i2c-philips-par.c Mon Jan 19 15:27:31 2004
@@ -21,8 +21,6 @@
/* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and even
Frodo Looijaard <frodol@xxxxxx> */

-/* $Id: i2c-philips-par.c,v 1.29 2003/01/21 08:08:16 kmalkki Exp $ */
-
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_BUS
#define DEBUG 1
diff -Nru a/drivers/i2c/busses/i2c-velleman.c b/drivers/i2c/busses/i2c-velleman.c
--- a/drivers/i2c/busses/i2c-velleman.c Mon Jan 19 15:27:31 2004
+++ b/drivers/i2c/busses/i2c-velleman.c Mon Jan 19 15:27:31 2004
@@ -18,8 +18,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* ------------------------------------------------------------------------- */

-/* $Id: i2c-velleman.c,v 1.29 2003/01/21 08:08:16 kmalkki Exp $ */
-
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_BUS
#define DEBUG 1
diff -Nru a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
--- a/drivers/i2c/i2c-core.c Mon Jan 19 15:27:31 2004
+++ b/drivers/i2c/i2c-core.c Mon Jan 19 15:27:31 2004
@@ -21,8 +21,6 @@
All SMBus-related things are written by Frodo Looijaard <frodol@xxxxxx>
SMBus 2.0 support by Mark Studebaker <mdsxyz123@xxxxxxxxx> */

-/* $Id: i2c-core.c,v 1.95 2003/01/22 05:25:08 kmalkki Exp $ */
-
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CORE
#define DEBUG 1

-
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/