diff options
author | Tom Rini | 2023-11-01 12:28:23 -0400 |
---|---|---|
committer | Tom Rini | 2023-11-07 14:50:52 -0500 |
commit | e8acfd2bb223d8e21fb4e58c674a661043bcf963 (patch) | |
tree | 35be3b347cf96b6714bee4804537622f5d3f82d3 /arch/arm/mach-mvebu | |
parent | 4935b159802b5b436be2ba1871839fda393726c1 (diff) |
arm: Drop <common.h> from remaining header files
None of these header files need to include <common.h> so we can just
drop that entirely.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/efuse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/efuse.h b/arch/arm/mach-mvebu/include/mach/efuse.h index b125c30beb8..fd8ebceb26c 100644 --- a/arch/arm/mach-mvebu/include/mach/efuse.h +++ b/arch/arm/mach-mvebu/include/mach/efuse.h @@ -6,8 +6,6 @@ #ifndef _MVEBU_EFUSE_H #define _MVEBU_EFUSE_H -#include <common.h> - struct efuse_val { union { struct { |