]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hwmon/fscher.c
sched: fix debugging
[linux-2.6-omap-h63xx.git] / drivers / hwmon / fscher.c
index e67c36953b2d8d2f46c9af5825be753f16da1855..ed26b66e08313e5a667d0696ffbeb661a13c4f0a 100644 (file)
@@ -40,7 +40,7 @@
  * Addresses to scan
  */
 
-static unsigned short normal_i2c[] = { 0x73, I2C_CLIENT_END };
+static const unsigned short normal_i2c[] = { 0x73, I2C_CLIENT_END };
 
 /*
  * Insmod parameters
@@ -123,7 +123,6 @@ static struct i2c_driver fscher_driver = {
        .driver = {
                .name   = "fscher",
        },
-       .id             = I2C_DRIVERID_FSCHER,
        .attach_adapter = fscher_attach_adapter,
        .detach_client  = fscher_detach_client,
 };