commit | 2b8e35337605ca581f777cad73d7a6ac2ccbf6ec | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <[email protected]> | Mon Jan 30 13:17:46 2023 +0200 |
committer | Greg Kroah-Hartman <[email protected]> | Tue Jan 31 12:44:20 2023 +0100 |
tree | a07fd5dc66e6f9abb4771a2caa8486393f13a741 | |
parent | 90be1f15c39858a4f0f4346c39fa150697d231c1 [diff] |
container_of: Update header inclusions The commit 848dba781f19 ("container_of: remove container_of_safe()") removed the code that uses err.h. Replace the inclusion by stddef.h which provides offsetof() definition which is still in use. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>