doc: Add a device structure change entry to release-notes for 2.4 version
Documenting the change. Fixes #27394 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
98d9b01322
commit
6234a01a0a
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ API Changes
|
|||
To maintain original behaviour within user code, two argument invocations
|
||||
should be converted to pass a third argument ``FS_O_CREATE | FS_O_RDWR``.
|
||||
|
||||
* The struct device got 3 attributes renamed: ``config_info`` to ``config``,
|
||||
``driver_api`` to ``api`` and finally ``driver_data`` to ``data``.
|
||||
This renaming was done to get rid of legacy names, for which the reasons
|
||||
do no longer apply.
|
||||
|
||||
Deprecated in this release
|
||||
==========================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue