diff options
author | Andre Przywara <andre.przywara@arm.com> | 2024-01-03 00:12:26 +0000 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2024-01-29 01:18:52 +0000 |
commit | d785a06a5aabd789669b942fc1b5bb26237bba4c (patch) | |
tree | 39a4918d0670d9c7dabe1e833d570560eb460501 /arch/arm/mach-sunxi/clock_sun4i.c | |
parent | 5862eb8b85cf17c23aa1988db0225b8349877a29 (diff) | |
download | u-boot-d785a06a5aabd789669b942fc1b5bb26237bba4c.tar.gz |
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/clock_sun4i.c')
-rw-r--r-- | arch/arm/mach-sunxi/clock_sun4i.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sunxi/clock_sun4i.c b/arch/arm/mach-sunxi/clock_sun4i.c index 471609764d2..8f1d1b65f00 100644 --- a/arch/arm/mach-sunxi/clock_sun4i.c +++ b/arch/arm/mach-sunxi/clock_sun4i.c @@ -9,7 +9,6 @@ * (C) Copyright 2013 Luke Kenneth Casson Leighton <lkcl@lkcl.net> */ -#include <common.h> #include <asm/io.h> #include <asm/arch/clock.h> #include <asm/arch/sys_proto.h> |