projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe0fae
)
arm: highbank: Remove <common.h> and add needed includes
author
Tom Rini
<trini@konsulko.com>
Tue, 30 Apr 2024 13:35:51 +0000
(07:35 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 6 May 2024 21:06:34 +0000
(15:06 -0600)
Remove <common.h> from all mach-highbank files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-highbank/timer.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-highbank/timer.c
b/arch/arm/mach-highbank/timer.c
index 2423a0e378555efbc0982f1cefc41588a6f0cbb5..32ec6f0ac0e2fecb5a6cea7deb0ee785daffbc74 100644
(file)
--- a/
arch/arm/mach-highbank/timer.c
+++ b/
arch/arm/mach-highbank/timer.c
@@
-5,7
+5,6
@@
* Based on arm926ejs/mx27/timer.c
*/
-#include <common.h>
#include <init.h>
#include <asm/io.h>
#include <asm/arch-armv7/systimer.h>