aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1')
-rw-r--r--drivers/w1/slaves/w1_ds2433.c1
-rw-r--r--drivers/w1/slaves/w1_therm.c1
-rw-r--r--drivers/w1/w1.c2
3 files changed, 0 insertions, 4 deletions
diff --git a/drivers/w1/slaves/w1_ds2433.c b/drivers/w1/slaves/w1_ds2433.c
index 8ea17a53eed8..4e13aa71adea 100644
--- a/drivers/w1/slaves/w1_ds2433.c
+++ b/drivers/w1/slaves/w1_ds2433.c
@@ -252,7 +252,6 @@ static struct bin_attribute w1_f23_bin_attr = {
252 .attr = { 252 .attr = {
253 .name = "eeprom", 253 .name = "eeprom",
254 .mode = S_IRUGO | S_IWUSR, 254 .mode = S_IRUGO | S_IWUSR,
255 .owner = THIS_MODULE,
256 }, 255 },
257 .size = W1_EEPROM_SIZE, 256 .size = W1_EEPROM_SIZE,
258 .read = w1_f23_read_bin, 257 .read = w1_f23_read_bin,
diff --git a/drivers/w1/slaves/w1_therm.c b/drivers/w1/slaves/w1_therm.c
index 1a6937dc190b..8ba4e572e09c 100644
--- a/drivers/w1/slaves/w1_therm.c
+++ b/drivers/w1/slaves/w1_therm.c
@@ -48,7 +48,6 @@ static struct bin_attribute w1_therm_bin_attr = {
48 .attr = { 48 .attr = {
49 .name = "w1_slave", 49 .name = "w1_slave",
50 .mode = S_IRUGO, 50 .mode = S_IRUGO,
51 .owner = THIS_MODULE,
52 }, 51 },
53 .size = W1_SLAVE_DATA_SIZE, 52 .size = W1_SLAVE_DATA_SIZE,
54 .read = w1_therm_read_bin, 53 .read = w1_therm_read_bin,
diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c
index 7d6876dbcc96..1838cb29b646 100644
--- a/drivers/w1/w1.c
+++ b/drivers/w1/w1.c
@@ -128,7 +128,6 @@ static struct bin_attribute w1_slave_attr_bin_id = {
128 .attr = { 128 .attr = {
129 .name = "id", 129 .name = "id",
130 .mode = S_IRUGO, 130 .mode = S_IRUGO,
131 .owner = THIS_MODULE,
132 }, 131 },
133 .size = 8, 132 .size = 8,
134 .read = w1_slave_read_id, 133 .read = w1_slave_read_id,
@@ -167,7 +166,6 @@ static struct bin_attribute w1_default_attr = {
167 .attr = { 166 .attr = {
168 .name = "rw", 167 .name = "rw",
169 .mode = S_IRUGO | S_IWUSR, 168 .mode = S_IRUGO | S_IWUSR,
170 .owner = THIS_MODULE,
171 }, 169 },
172 .size = PAGE_SIZE, 170 .size = PAGE_SIZE,
173 .read = w1_default_read, 171 .read = w1_default_read,