aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/regmap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 4de137bc16a7..20a8fbf19d44 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -60,8 +60,6 @@ typedef int (*regmap_hw_read)(struct device *dev,
60/** 60/**
61 * Description of a hardware bus for the register map infrastructure. 61 * Description of a hardware bus for the register map infrastructure.
62 * 62 *
63 * @list: Internal use.
64 * @type: Bus type, used to identify bus to be used for a device.
65 * @write: Write operation. 63 * @write: Write operation.
66 * @gather_write: Write operation with split register/value, return -ENOTSUPP 64 * @gather_write: Write operation with split register/value, return -ENOTSUPP
67 * if not implemented on a given device. 65 * if not implemented on a given device.
@@ -73,8 +71,6 @@ typedef int (*regmap_hw_read)(struct device *dev,
73 * a read. 71 * a read.
74 */ 72 */
75struct regmap_bus { 73struct regmap_bus {
76 struct list_head list;
77 struct bus_type *type;
78 regmap_hw_write write; 74 regmap_hw_write write;
79 regmap_hw_gather_write gather_write; 75 regmap_hw_gather_write gather_write;
80 regmap_hw_read read; 76 regmap_hw_read read;