commit | 4fb371246219e7f2b068a073e0f28878c20c45f1 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Oct 06 17:18:48 2022 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Oct 10 15:26:10 2022 -0700 |
tree | 3bf92e5cf77a99ef4d23da2b9275e7787b0a69da | |
parent | 27cf51e71c978bf19a2439bdb631417bf57abbde [diff] |
Modify the mmc data structure. The new 6.0 kernel headers changed all variable length structures from [0] to []. This causes a clang warning to trigger, so rewrite the mmc data structures using a union to avoid having a variable sized array in the middle of the structure. Test: Builds. Change-Id: Ib1ac92c4f76af386d934f51a3c73cb8914e97624