summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi/timer.c
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2024-01-03 00:12:26 +0000
committerAndre Przywara <andre.przywara@arm.com>2024-01-29 01:18:52 +0000
commitd785a06a5aabd789669b942fc1b5bb26237bba4c (patch)
tree39a4918d0670d9c7dabe1e833d570560eb460501 /arch/arm/mach-sunxi/timer.c
parent5862eb8b85cf17c23aa1988db0225b8349877a29 (diff)
sunxi: remove common.h inclusion
The usage of the common.h include file is deprecated, and has already been removed from several files. Get rid of all inclusions in the arch/arm/mach-sunxi directory. Most files actually don't need the header at all, for the few others just include the headers that we actually require. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm/mach-sunxi/timer.c')
-rw-r--r--arch/arm/mach-sunxi/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sunxi/timer.c b/arch/arm/mach-sunxi/timer.c
index 9a6f6c06d8c..1bbfad5e520 100644
--- a/arch/arm/mach-sunxi/timer.c
+++ b/arch/arm/mach-sunxi/timer.c
@@ -5,7 +5,6 @@
* Tom Cubie <tangliang@allwinnertech.com>
*/
-#include <common.h>
#include <init.h>
#include <time.h>
#include <asm/global_data.h>