aboutsummaryrefslogtreecommitdiff
path: root/include/fsl_errata.h
diff options
context:
space:
mode:
authorTom Rini2023-11-01 12:28:20 -0400
committerTom Rini2023-11-07 14:50:52 -0500
commit7f38e9c9a49418fffa233c1a42959ff928415ec4 (patch)
treeb72c97814e9c588a16b2f57add2803a6bd7ba0f2 /include/fsl_errata.h
parentc675222d04d9c260014f4f38cbc025bec5319cf1 (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 <trini@konsulko.com>
Diffstat (limited to 'include/fsl_errata.h')
-rw-r--r--include/fsl_errata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fsl_errata.h b/include/fsl_errata.h
index 88f4268658a..44547645df8 100644
--- a/include/fsl_errata.h
+++ b/include/fsl_errata.h
@@ -6,7 +6,6 @@
#ifndef _FSL_ERRATA_H
#define _FSL_ERRATA_H
-#include <common.h>
#if defined(CONFIG_PPC)
#include <asm/processor.h>
#elif defined(CONFIG_ARCH_LS1021A)