From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Wed, 4 Sep 2013 10:24:16 -0500 Subject: [U-Boot] [PATCH 3/5] USB: xHCI: Add header for readl/writel functions In-Reply-To: <201309041617.33179.marex@denx.de> References: <1377525293-31508-1-git-send-email-dmurphy@ti.com> <1377525293-31508-4-git-send-email-dmurphy@ti.com> <201309041617.33179.marex@denx.de> Message-ID: <522750A0.5000800@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Marek On 09/04/2013 09:17 AM, Marek Vasut wrote: > 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 I hope so this was one of my comments as the asm/io.h showed up in the xhci top level so not sure why it was not included in the global header. So if v3 has this in xhci.h I am OK with gettin rid of this patch Dan -- ------------------ Dan Murphy