commit | 23e3a84ec9d3b25ba24517d49ccbcac1654648db | [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 | c9ea70d87d9e64af2f01783f7ea9c07c6120d52c [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>