summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/am3xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap/am3xxx.c')
-rw-r--r--arch/arm/mach-omap/am3xxx.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-omap/am3xxx.c b/arch/arm/mach-omap/am3xxx.c
index 75965a8e0e..faf230a027 100644
--- a/arch/arm/mach-omap/am3xxx.c
+++ b/arch/arm/mach-omap/am3xxx.c
@@ -1,6 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
#include <common.h>
#include <io.h>
-#include <mach/am3xxx-silicon.h>
+#include <mach/omap/am3xxx-silicon.h>
/* UART Defines */
#define UART_SYSCFG_OFFSET 0x54
@@ -29,4 +31,4 @@ void am3xxx_uart_soft_reset(void __iomem *uart_base)
}
void am33xx_uart_soft_reset(void __iomem *uart_base)
- __alias(am3xxx_uart_soft_reset); \ No newline at end of file
+ __alias(am3xxx_uart_soft_reset);