commit | 809a6794dfe7ce98b33e2a27c93aa35d8e4fb542 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon May 15 14:52:14 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed May 31 12:31:47 2023 -0400 |
tree | bfb5ee915ef612338a9d4730737ad8e4d39ce29b | |
parent | 0d1669a73f1a67fb686b32bd8a1bff60174752f2 [diff] |
faraday: remove orphaned header file Commit 11232139e399 ("nds32: Remove the architecture") removed the nds32 architecture, and with it the last user of the Faraday AHB controller header file. Consequently remove that header file as well. This was found because the inclusion guard was misspelled. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Tom Rini <trini@konsulko.com>