commit | ba20a768734da174432117c097d0ce0245a2ee0e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 07 08:01:06 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:01:06 2024 -0600 |
tree | dbefd5a48f5b034108c6b5b7c2138430539622b2 | |
parent | c62e66c70929cbf7c0fa4a46d25ebd386cc5a499 [diff] | |
parent | 8678ffefe24d4f0f3987ef6e8b73a40e86dc606e [diff] |
Merge branch '2024-05-06-remove-include-common_h' into next - Merge the four series that I made to finally remove include/common.h. For the most part, this is just removing <common.h> entirely. In a few cases we needed to add <linux/types.h> or <time.h>. In the case of PowerPC related code, we instead need to bring in <asm/ppc.h>.