From 1b65e873602382f6191517a3f5203395f90ba03c Mon Sep 17 00:00:00 2001 From: Wang Shaoyan Date: Sat, 6 Aug 2011 21:26:20 +0800 Subject: [PATCH] --- yaml --- r: 271338 b: refs/heads/master c: 363699722a2a6801d098693fa15bc3b68d6b4f31 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/video/via/via-core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f776e543b17b..3508d6e997a5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0492262281b82e71c6063e35ef73a33fad93cc6d +refs/heads/master: 363699722a2a6801d098693fa15bc3b68d6b4f31 diff --git a/trunk/drivers/video/via/via-core.c b/trunk/drivers/video/via/via-core.c index eb112b621735..dd58b530c0df 100644 --- a/trunk/drivers/video/via/via-core.c +++ b/trunk/drivers/video/via/via-core.c @@ -35,7 +35,7 @@ static struct via_port_cfg adap_configs[] = { * The OLPC XO-1.5 puts the camera power and reset lines onto * GPIO 2C. */ -static const struct via_port_cfg olpc_adap_configs[] = { +static struct via_port_cfg olpc_adap_configs[] = { [VIA_PORT_26] = { VIA_PORT_I2C, VIA_MODE_I2C, VIASR, 0x26 }, [VIA_PORT_31] = { VIA_PORT_I2C, VIA_MODE_I2C, VIASR, 0x31 }, [VIA_PORT_25] = { VIA_PORT_GPIO, VIA_MODE_GPIO, VIASR, 0x25 },