forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c: Deprecate client_register and client_unregister methods
The new i2c binding model makes the client_register and client_unregister methods of struct i2c_adapter useless, so we can remove them with the rest of the legacy model. Signed-off-by: Jean Delvare <[email protected]>
- Loading branch information
Jean Delvare
committed
Apr 6, 2009
1 parent
0221c81
commit e3ee703
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -354,7 +354,8 @@ Who: Krzysztof Piotr Oledzki <[email protected]> | |
|
||
--------------------------- | ||
|
||
What: i2c_attach_client(), i2c_detach_client(), i2c_driver->detach_client() | ||
What: i2c_attach_client(), i2c_detach_client(), i2c_driver->detach_client(), | ||
i2c_adapter->client_register(), i2c_adapter->client_unregister | ||
When: 2.6.30 | ||
Check: i2c_attach_client i2c_detach_client | ||
Why: Deprecated by the new (standard) device driver binding model. Use | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters