commit | 352da9820e5506e3b8496e6052a2ad9c488efae8 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Jun 19 16:58:17 2009 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Fri Jun 19 16:58:17 2009 +0200 |
tree | 61be08b52612e52aa8ecc3bfc3a6adb1e36f3f57 | |
parent | 0732f87761dbe417cb6e084b712d07e879e876ef [diff] |
i2c: Kill client_register and client_unregister methods These methods were useful in the legacy binding model but no longer in the new (standard) binding model. There are no users left so we can drop them. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <dbrownell@users.sourceforge.net>