aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-x1205.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-01-27 18:14:47 +0100
committerJean Delvare <khali@hyperion.delvare>2008-01-27 18:14:47 +0100
commit922539a0a3c44e3b8dcf1025910f08e1940ba49f (patch)
tree3e57c826212103be9f9b09772ceb89753f328bc4 /drivers/rtc/rtc-x1205.c
parenti2c: Constify client address data (diff)
downloadwireguard-linux-922539a0a3c44e3b8dcf1025910f08e1940ba49f.tar.xz
wireguard-linux-922539a0a3c44e3b8dcf1025910f08e1940ba49f.zip
i2c: normal_i2c can be made const (rtc drivers)
Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it>
Diffstat (limited to 'drivers/rtc/rtc-x1205.c')
-rw-r--r--drivers/rtc/rtc-x1205.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-x1205.c b/drivers/rtc/rtc-x1205.c
index b3fae357ca49..b90fb1866ce9 100644
--- a/drivers/rtc/rtc-x1205.c
+++ b/drivers/rtc/rtc-x1205.c
@@ -32,7 +32,7 @@
* unknown chips, the user must explicitly set the probe parameter.
*/
-static unsigned short normal_i2c[] = { I2C_CLIENT_END };
+static const unsigned short normal_i2c[] = { I2C_CLIENT_END };
/* Insmod parameters */
I2C_CLIENT_INSMOD;