Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266964
b: refs/heads/master
c: 790923e
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Aug 9, 2011
1 parent 9768f1a commit 4708ab1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb3c2dcfa34072b785cf292ca0b66494496572b9
refs/heads/master: 790923e56be795e14eaaeb3305cb4e171cd0a72f
1 change: 0 additions & 1 deletion trunk/drivers/base/regmap/regmap-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ static int regmap_i2c_read(struct device *dev,
}

static struct regmap_bus regmap_i2c = {
.type = &i2c_bus_type,
.write = regmap_i2c_write,
.gather_write = regmap_i2c_gather_write,
.read = regmap_i2c_read,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/base/regmap/regmap-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ static int regmap_spi_read(struct device *dev,
}

static struct regmap_bus regmap_spi = {
.type = &spi_bus_type,
.write = regmap_spi_write,
.gather_write = regmap_spi_gather_write,
.read = regmap_spi_read,
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/linux/regmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ typedef int (*regmap_hw_read)(struct device *dev,
/**
* Description of a hardware bus for the register map infrastructure.
*
* @list: Internal use.
* @type: Bus type, used to identify bus to be used for a device.
* @write: Write operation.
* @gather_write: Write operation with split register/value, return -ENOTSUPP
* if not implemented on a given device.
Expand All @@ -73,8 +71,6 @@ typedef int (*regmap_hw_read)(struct device *dev,
* a read.
*/
struct regmap_bus {
struct list_head list;
struct bus_type *type;
regmap_hw_write write;
regmap_hw_gather_write gather_write;
regmap_hw_read read;
Expand Down

0 comments on commit 4708ab1

Please sign in to comment.