summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/devices.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-01-04 13:56:57 +0100
committerArnd Bergmann <arnd@arndb.de>2023-01-12 10:53:11 +0100
commit76873bb5b89792c9dd6873c1b5567d3787d59b68 (patch)
tree148080d4b1ff3a3b422bf3ceb0c211157b5c6ef5 /arch/arm/mach-omap1/devices.c
parent9a99b142f7ef23bc3cb4cb82bf7f5abc173b11ca (diff)
ARM: omap1: remove unused omapxxxx.h headers
The only bit that is still in use is the OMAP_IH2_*_* macros, so move them into the existing hardware.h file. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
-rw-r--r--arch/arm/mach-omap1/devices.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c
index 42d1631cecc0..5304699c7a97 100644
--- a/arch/arm/mach-omap1/devices.c
+++ b/arch/arm/mach-omap1/devices.c
@@ -21,7 +21,6 @@
#include "tc.h"
#include "mux.h"
-#include "omap7xx.h"
#include "hardware.h"
#include "common.h"
#include "clock.h"