aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/w1.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/w1.h')
-rw-r--r--drivers/w1/w1.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/w1/w1.h b/drivers/w1/w1.h
index f8308266d8d6..13edc82bc7de 100644
--- a/drivers/w1/w1.h
+++ b/drivers/w1/w1.h
@@ -77,9 +77,6 @@ struct w1_slave
77 struct w1_family *family; 77 struct w1_family *family;
78 struct device dev; 78 struct device dev;
79 struct completion dev_released; 79 struct completion dev_released;
80
81 struct bin_attribute attr_bin;
82 struct device_attribute attr_name;
83}; 80};
84 81
85typedef void (* w1_slave_found_callback)(unsigned long, u64); 82typedef void (* w1_slave_found_callback)(unsigned long, u64);