mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
9bd1cc4148
commit
aa5f6a8970
1 changed files with 2 additions and 0 deletions
|
@ -50,8 +50,10 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/usb/hcd.h>
|
||||
#include <linux/prefetch.h>
|
||||
#include <linux/irqdomain.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/of.h>
|
||||
|
||||
#include <asm/octeon/octeon.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue