diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2016-05-31 17:32:30 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2016-06-10 11:12:50 +0900 |
commit | 830ae442202e314c2bdf7cb4c7cc64d76db0e197 (patch) | |
tree | 10aeebf713a640a274f8338ab5e202cb1a7f79f3 /README | |
parent | b396cff519da6ab9094d5d9cd95e2849701ef9de (diff) | |
download | linux-830ae442202e314c2bdf7cb4c7cc64d76db0e197.tar.bz2 |
extcon: Remove the deprecated extcon functions
This patch removes the deprecated extcon functions using string type
to identify the type of external connector. The Commit 2a9de9c0f08d61
("extcon: Use the unique id for external connector instead of string)
uses the unique id to separate the type of external connector instead of
string name.
- extcon_register_interest()
- extcon_unregister_interest()
- extcon_set_cable_state()
- extcon_get_cable_state()
And, extcon_register_interest() finds the first extcon device to include the
requested external connector from extcon client device and then register the
notifier if extcon device argument is NULL. Instead, extcon_register_notifier()
supports this feature.
But, this patch remains the deprecatd function definition to prevent
the build break.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions