diff options
| author | Tom Rini <[email protected]> | 2023-11-01 12:28:20 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-07 14:50:52 -0500 |
| commit | 7f38e9c9a49418fffa233c1a42959ff928415ec4 (patch) | |
| tree | b72c97814e9c588a16b2f57add2803a6bd7ba0f2 /include/net | |
| parent | c675222d04d9c260014f4f38cbc025bec5319cf1 (diff) | |
include: Drop <common.h> from include lists
At this point, we don't need to have <common.h> be included because of
properties in the header itself, it only includes other common header
files. We've also audited the code enough at this point that we can drop
<common.h> from being included in headers and rely on code to have the
correct inclusions themselves, or at least <common.h>.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/ncsi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ncsi.h b/include/net/ncsi.h index 2800c842b72..7aec457562d 100644 --- a/include/net/ncsi.h +++ b/include/net/ncsi.h @@ -5,7 +5,6 @@ * Copyright (C) 2019, IBM Corporation. */ -#include <common.h> #include <phy.h> bool ncsi_active(void); |
