commit | 675dd31a7dc4c85385d5bce3b4fb281aa91968cb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 30 07:35:28 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:06:33 2024 -0600 |
tree | c782d24302e8d8ee6a4e0578b6dc814defdb3c68 | |
parent | 9543f05d8e400a6cb9e22f9c0319e06c10706c93 [diff] |
include: Add missing headers in a few instances A few headers rely on indirect inclusion of <linux/types.h> or <linux/kernel.h> so add them directly. In the case of <netdev.h> add a "struct bd_info;" as well rather than the large header chain to resolve that. Signed-off-by: Tom Rini <trini@konsulko.com>