Index: lm-sensors/trunk/kernel/busses/i2c-keywest.c
===================================================================
--- lm-sensors/trunk/kernel/busses/i2c-keywest.c	(revision 2772)
+++ lm-sensors/trunk/kernel/busses/i2c-keywest.c	(revision 3073)
@@ -74,9 +74,6 @@
 MODULE_DESCRIPTION("I2C driver for Apple's Keywest");
 MODULE_LICENSE("GPL");
-MODULE_PARM(probe, "i");
 MODULE_PARM(debug, "i");
 
-
-int probe = 0;
 int debug = 0;
 
@@ -552,13 +549,4 @@
 			chan->adapter.data = NULL;
 		}
-		if (probe) {
-			printk("Probe: ");
-			for (addr = 0x00; addr <= 0x7f; addr++) {
-				if (i2c_smbus_xfer(&chan->adapter,addr,
-				    0,0,0,I2C_SMBUS_QUICK,NULL) >= 0)
-					printk("%02x ", addr);
-			}
-			printk("\n");
-		}
 	}
 
