diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-28 14:34:44 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-09 19:00:54 +0300 |
commit | 3af8e972d64e4a641097ca2f8085e2ed3de79c78 (patch) | |
tree | 38b050707fe197eb74e1e99fe9ab38c01a45864a /arch/arm/mach-omap2/io.c | |
parent | 83f73168a82ff7acf25caa15a0a034d7752f775c (diff) | |
download | linux-3af8e972d64e4a641097ca2f8085e2ed3de79c78.tar.xz |
ARM: omap2: remove unused headers
The serial.h and clock3xxx.h headers have no contents that
anything else uses, so these can be removed after the other
files stop including them.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index fba0c7aa398c..921c18ccde6d 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -33,10 +33,8 @@ #include "common.h" #include "clock.h" #include "clock2xxx.h" -#include "clock3xxx.h" #include "sdrc.h" #include "control.h" -#include "serial.h" #include "sram.h" #include "cm2xxx.h" #include "cm3xxx.h" |