commit | d785a06a5aabd789669b942fc1b5bb26237bba4c | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Jan 03 00:12:26 2024 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Jan 29 01:18:52 2024 +0000 |
tree | 39a4918d0670d9c7dabe1e833d570560eb460501 | |
parent | 5862eb8b85cf17c23aa1988db0225b8349877a29 [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>