commit | 6ac005bbcae05ea2e2b4a2c517fb9e3d93261508 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Dec 23 02:17:33 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 16 17:05:29 2024 -0500 |
tree | 28b5b3b326d93637989b76c9c0408b8595af1bfc | |
parent | 08d931a616f59453c1953c406f0f03df3b68b2c7 [diff] |
lib: smbios: remove redundant next_header() next_header() and get_next_header() only differ in how the const attribute is used. One function taking a const parameter and returning a non-const is good enough. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>