ds2482: Discard obsolete detect method
authorJean Delvare <khali@linux-fr.org>
Sun, 4 Oct 2009 20:53:41 +0000 (22:53 +0200)
committerJean Delvare <khali@linux-fr.org>
Sun, 4 Oct 2009 20:53:41 +0000 (22:53 +0200)
commit0314b020c49c1d6cd182d2b89775bfa6686660db
tree0aaaa5116ffaa988b3f9536d65a3838e28a1b221
parentb835d7fbd54c42d7b9abb5e8a64f32690ebfad43
ds2482: Discard obsolete detect method

There is no point in implementing a detect callback for the DS2482, as
this device can't be detected. It was there solely to handle "force"
module parameters to instantiate devices, but now we have a better sysfs
interface that can do the same.

So we can get rid of the ugly module parameters and the detect callback.
This shrinks the binary module size by 21%.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Ben Gardner <gardner.ben@gmail.com>
Documentation/w1/masters/ds2482
drivers/w1/masters/ds2482.c