Commit 7edc8cc1 authored by Axel Lin's avatar Axel Lin Committed by Guenter Roeck

hwmon: (max6639) Make normal_i2c array const

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarRoland Stigge <stigge@antcom.de>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 86fd260e
......@@ -35,7 +35,7 @@
#include <linux/i2c/max6639.h>
/* Addresses to scan */
static unsigned short normal_i2c[] = { 0x2c, 0x2e, 0x2f, I2C_CLIENT_END };
static const unsigned short normal_i2c[] = { 0x2c, 0x2e, 0x2f, I2C_CLIENT_END };
/* The MAX6639 registers, valid channel numbers: 0, 1 */
#define MAX6639_REG_TEMP(ch) (0x00 + (ch))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment