Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 337fc720 authored by Michal Simek's avatar Michal Simek Committed by Grant Likely
Browse files

of: Add missing of_address.h to xilinx ehci driver



Build log:
In file included from drivers/usb/host/ehci-hcd.c:1208:
drivers/usb/host/ehci-xilinx-of.c: In function 'ehci_hcd_xilinx_of_probe':
drivers/usb/host/ehci-xilinx-of.c:168: error: implicit declaration of function 'of_address_to_resource'

Signed-off-by: default avatarJohn Williams <john.williams@petalogix.com>
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent dd9c1549
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,7 @@


#include <linux/of.h>
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/of_platform.h>
#include <linux/of_address.h>


/**
/**
 * ehci_xilinx_of_setup - Initialize the device for ehci_reset()
 * ehci_xilinx_of_setup - Initialize the device for ehci_reset()