Re: [PATCH] I2C update for 2.6.10-rc1
From: Greg KH
Date:  Tue Nov 09 2004 - 01:49:57 EST
ChangeSet 1.2014.1.10, 2004/11/05 13:43:41-08:00, bunk@xxxxxxxxx
[PATCH] i2c it87.c: remove an unused function
The patch below removes an unused function from drivers/i2c/chips/it87.c
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>
 drivers/i2c/chips/it87.c |    7 -------
 1 files changed, 7 deletions(-)
diff -Nru a/drivers/i2c/chips/it87.c b/drivers/i2c/chips/it87.c
--- a/drivers/i2c/chips/it87.c	2004-11-08 18:55:38 -08:00
+++ b/drivers/i2c/chips/it87.c	2004-11-08 18:55:38 -08:00
@@ -56,13 +56,6 @@
 #define PME	0x04	/* The device with the fan registers in it */
 #define	DEVID	0x20	/* Register: Device ID */
 
-static inline void
-superio_outb(int reg, int val)
-{
-	outb(reg, REG);
-	outb(val, VAL);
-}
-
 static inline int
 superio_inb(int reg)
 {
-
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/