commit | aa5f6a89700700fe6fe7e8727581a21a7d679630 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Sep 13 09:31:09 2018 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Thu Jun 10 13:09:15 2021 +0100 |
tree | 02e5026d32cc0baa9ab0c131621741d0f35ddd8c | |
parent | 9bd1cc4148cbea44ca7d8254b50edb6cb660957a [diff] |
staging: octeon-hcd: Directly include linux/of.h This drivers currently obtains linux/of.h by luck and a chain of bizarre inclusions, which we're about to fix. Let's include the required file directly. Signed-off-by: Marc Zyngier <maz@kernel.org>