i2c: normal_i2c can be made const (rtc drivers)
[pandora-kernel.git] / drivers / rtc / rtc-pcf8563.c
index 0242d80..b3317fc 100644 (file)
@@ -25,7 +25,7 @@
  * located at 0x51 will pass the validation routine due to
  * the way the registers are implemented.
  */
-static unsigned short normal_i2c[] = { I2C_CLIENT_END };
+static const unsigned short normal_i2c[] = { I2C_CLIENT_END };
 
 /* Module parameters */
 I2C_CLIENT_INSMOD;