Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / hwmon / asc7621.c
index 89b4f3babe87319e77e4982abde8756aa2188682..d2596cec18b512c4dd0a5de682da89819fa48d90 100644 (file)
@@ -28,7 +28,7 @@
 #include <linux/mutex.h>
 
 /* Addresses to scan */
-static unsigned short normal_i2c[] = {
+static const unsigned short normal_i2c[] = {
        0x2c, 0x2d, 0x2e, I2C_CLIENT_END
 };
 
@@ -52,7 +52,7 @@ struct asc7621_chip {
        u8 company_id;
        u8 verstep_reg;
        u8 verstep_id;
-       unsigned short *addresses;
+       const unsigned short *addresses;
 };
 
 static struct asc7621_chip asc7621_chips[] = {
This page took 0.033905 seconds and 5 git commands to generate.