diff options
Diffstat (limited to 'drivers/w1/slaves/w1_therm.c')
-rw-r--r-- | drivers/w1/slaves/w1_therm.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |