Reviewed-by: Benson Leung <[email protected]> Thanks, Benson
On Thu, Dec 27, 2012 at 12:07 AM, Xiechanglong <[email protected]> wrote: > Signed-off-by: Changlong Xie <[email protected]> > --- > Index: linux/drivers/platform/x86/chromeos_laptop.c > =================================================================== > --- linux.orig/drivers/platform/x86/chromeos_laptop.c > +++ linux/drivers/platform/x86/chromeos_laptop.c > @@ -31,7 +31,7 @@ > static struct i2c_client *als; > static struct i2c_client *tp; > > -const char *i2c_adapter_names[] = { > +static const char *i2c_adapter_names[] = { > "SMBus I801 adapter", > }; > -- Benson Leung Software Engineer, Chrom* OS [email protected] -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
