staging: octeon-hcd: Directly include linux/of.h
authorMarc Zyngier <maz@kernel.org>
Thu, 13 Sep 2018 08:31:09 +0000 (09:31 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:15 +0000 (13:09 +0100)
commitaa5f6a89700700fe6fe7e8727581a21a7d679630
tree02e5026d32cc0baa9ab0c131621741d0f35ddd8c
parent9bd1cc4148cbea44ca7d8254b50edb6cb660957a
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>
drivers/staging/octeon-usb/octeon-hcd.c