diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-01 12:28:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-07 14:50:52 -0500 |
commit | e8acfd2bb223d8e21fb4e58c674a661043bcf963 (patch) | |
tree | 35be3b347cf96b6714bee4804537622f5d3f82d3 /arch/arm/mach-davinci/include/mach/dm365_lowlevel.h | |
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-davinci/include/mach/dm365_lowlevel.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/dm365_lowlevel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/dm365_lowlevel.h b/arch/arm/mach-davinci/include/mach/dm365_lowlevel.h index eb1488e744..0cd13d8aaa 100644 --- a/arch/arm/mach-davinci/include/mach/dm365_lowlevel.h +++ b/arch/arm/mach-davinci/include/mach/dm365_lowlevel.h @@ -8,7 +8,6 @@ #ifndef __DM365_LOWLEVEL_H #define __DM365_LOWLEVEL_H -#include <common.h> #include <asm/arch/hardware.h> #include <asm/io.h> |