From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 4 Sep 2013 16:17:32 +0200 Subject: [U-Boot] [PATCH 3/5] USB: xHCI: Add header for readl/writel functions In-Reply-To: <1377525293-31508-4-git-send-email-dmurphy@ti.com> References: <1377525293-31508-1-git-send-email-dmurphy@ti.com> <1377525293-31508-4-git-send-email-dmurphy@ti.com> Message-ID: <201309041617.33179.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Dan Murphy, > Add the asm/io.h header to resolve implicit declaration of > readl/writel > > Signed-off-by: Dan Murphy > --- > drivers/usb/host/xhci.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h > index 467afe0..91935f0 100644 > --- a/drivers/usb/host/xhci.h > +++ b/drivers/usb/host/xhci.h > @@ -27,6 +27,8 @@ > #ifndef HOST_XHCI_H_ > #define HOST_XHCI_H_ > > +#include > + > #include > #include I think this can be merged into Vivek's next round? Best regards, Marek Vasut