Merge branch 'regmap-linus' into regmap-next
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 12 Aug 2011 01:43:15 +0000 (10:43 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 12 Aug 2011 01:43:15 +0000 (10:43 +0900)
1  2 
drivers/base/regmap/regmap-i2c.c
drivers/base/regmap/regmap-spi.c

@@@ -90,6 -90,7 +90,6 @@@ static int regmap_i2c_read(struct devic
  }
  
  static struct regmap_bus regmap_i2c = {
 -      .type = &i2c_bus_type,
        .write = regmap_i2c_write,
        .gather_write = regmap_i2c_gather_write,
        .read = regmap_i2c_read,
@@@ -112,3 -113,4 +112,4 @@@ struct regmap *regmap_init_i2c(struct i
  }
  EXPORT_SYMBOL_GPL(regmap_init_i2c);
  
+ MODULE_LICENSE("GPL");
@@@ -47,6 -47,7 +47,6 @@@ static int regmap_spi_read(struct devic
  }
  
  static struct regmap_bus regmap_spi = {
 -      .type = &spi_bus_type,
        .write = regmap_spi_write,
        .gather_write = regmap_spi_gather_write,
        .read = regmap_spi_read,
@@@ -69,3 -70,5 +69,5 @@@ struct regmap *regmap_init_spi(struct s
        return regmap_init(&spi->dev, &regmap_spi, config);
  }
  EXPORT_SYMBOL_GPL(regmap_init_spi);
+ MODULE_LICENSE("GPL");