]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0bafcfaa7df26c0151ab239db90522d6629ea28e
tree02e5026d32cc0baa9ab0c131621741d0f35ddd8c
parent3b07f96d15ea9075c68b9d712c82775bab7799c1
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